Nuprl Definition : predicate_or

P1 ∨ P2 ==  λx.((P1 x) ∨ (P2 x))



Definitions occuring in Statement :  or: P ∨ Q apply: a lambda: λx.A[x]
Definitions occuring in definition :  lambda: λx.A[x] or: P ∨ Q apply: a
FDL editor aliases :  predicate_or

Latex:
P1  \mvee{}  P2  ==    \mlambda{}x.((P1  x)  \mvee{}  (P2  x))



Date html generated: 2016_05_14-AM-06_05_32
Last ObjectModification: 2015_09_22-PM-05_46_53

Theory : relations


Home Index