21 lines
334 B
Text
21 lines
334 B
Text
Prop:Type
|
||
theorem:definition
|
||
induction:rec
|
||
induction_on:rec_on
|
||
∨;⊎
|
||
or.elim:sum.rec_on
|
||
or.inl:sum.inl
|
||
or.inr:sum.inr
|
||
∧;×
|
||
and.intro:pair
|
||
and.left:
|
||
and.elim_left:pr1
|
||
and.elim_right:pr2
|
||
∃;Σ
|
||
exists.intro:sigma.mk
|
||
congr_arg:ap
|
||
or_resolve_right:sum_resolve_right
|
||
or_resolve_left:sum_resolve_left
|
||
true:unit
|
||
trivial:star
|
||
false:empty
|