WhoCites
Definitions
list
3
jlc
Sections
Support(jlc)
Doc
Who Cites discrete
equality?
discrete_equality
Def
{T=
} == {eq:(T
T
)|
x,y:T.
(eq(x,y))
x = y }
Thm*
T:Type. {T=
}
Type
null
Def
null(as) == Case of as; nil
true
; a.as'
false
Thm*
T:Type, as:T List. null(as)
Thm*
null(nil)
assert
Def
b == if b
True else False fi
Thm*
b:
. b
Prop
iff
Def
P
Q == (P
Q) & (P
Q)
Thm*
A,B:Prop. (A
B)
Prop
rev_implies
Def
P
Q == Q
P
Thm*
A,B:Prop. (A
B)
Prop
About:
WhoCites
Definitions
list
3
jlc
Sections
Support(jlc)
Doc