WhoCites
Definitions
int
2
Sections
StandardLIB
Doc
Who Cites gt?
gt
Def
i > j == j < i
Thm*
i,j:
. i > j
Prop
int_lower
Def
{...i} == {j:
| j
i }
Thm*
i:
. {...i}
Type
nat
Def
== {i:
| 0
i }
Thm*
Type
wellfounded
Def
WellFnd{i}(A;x,y.R(x;y)) ==
P:(A
Prop). (
j:A. (
k:A. R(k;j)
P(k))
P(j))
{
n:A. P(n)}
Thm*
A:Type{i}, r:(A
A
Prop{i}). WellFnd{i}(A;x,y.r(x,y))
Prop{i'}
le
Def
A
B ==
B < A
Thm*
i,j:
. i
j
Prop
not
Def
A == A
False
Thm*
A:Prop. (
A)
Prop
About:
WhoCites
Definitions
int
2
Sections
StandardLIB
Doc