lean2/script/port.txt

21 lines
334 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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