True
is a proposition and has only an introduction rule, True.intro : True
.
In other words, True
is simply true, and has a canonical proof, True.intro
For more information: Propositional Logic
Constructors
intro : True
True
is true, and True.intro
(or more commonly, trivial
)
is the proof.