Nuprl Definition : cond_rel_implies
when P, R1 => R2 ==  ∀x,y:T.  ((P x) 
⇒ (x R1 y) 
⇒ (x R2 y))
Definitions occuring in Statement : 
infix_ap: x f y
, 
all: ∀x:A. B[x]
, 
implies: P 
⇒ Q
, 
apply: f a
Definitions occuring in definition : 
all: ∀x:A. B[x]
, 
apply: f a
, 
implies: P 
⇒ Q
, 
infix_ap: x f y
FDL editor aliases : 
cond_rel_implies
Latex:
when  P,  R1  =>  R2  ==    \mforall{}x,y:T.    ((P  x)  {}\mRightarrow{}  (x  R1  y)  {}\mRightarrow{}  (x  R2  y))
Date html generated:
2016_05_13-PM-04_19_04
Last ObjectModification:
2015_09_22-PM-05_46_46
Theory : relations
Home
Index