Nuprl Definition : rv-orthogonal

Orthogonal(f) ==  (∀x,y:Point.  (f y ≡ y ∧ (x ⋅ x ⋅ y))) ∧ (∀x:Point. ∀a:ℝ.  a*x ≡ a*f x)



Definitions occuring in Statement :  rv-ip: x ⋅ y rv-mul: a*x rv-add: y ss-eq: x ≡ y ss-point: Point req: y real: all: x:A. B[x] and: P ∧ Q apply: a
Definitions occuring in definition :  apply: a rv-mul: a*x ss-eq: x ≡ y real: all: x:A. B[x] ss-point: Point rv-ip: x ⋅ y req: y rv-add: y and: P ∧ Q
FDL editor aliases :  rv-orthogonal

Latex:
Orthogonal(f)  ==
    (\mforall{}x,y:Point.    (f  x  +  y  \mequiv{}  f  x  +  f  y  \mwedge{}  (x  \mcdot{}  y  =  f  x  \mcdot{}  f  y)))  \mwedge{}  (\mforall{}x:Point.  \mforall{}a:\mBbbR{}.    f  a*x  \mequiv{}  a*f  x)



Date html generated: 2016_11_08-AM-09_17_39
Last ObjectModification: 2016_10_31-PM-11_40_09

Theory : inner!product!spaces


Home Index