This is an inofficial mirror of http://metamath.tirix.org for personal testing of a visualizer extension only.
Description: Definition of the truth value "true", or "verum", denoted by T. . In this definition, an instance of id is used as the definiens, although any tautology, such as an axiom, can be used in its place. This particular instance of id was chosen so this definition can be checked by the same algorithm that is used for predicate calculus. This definition should be referenced directly only by tru , and other proofs should use tru instead of this definition, since there are many alternate ways to define T. . (Contributed by Anthony Hart, 13-Oct-2010) (Revised by NM, 11-Jul-2019) Use tru instead. (New usage is discouraged.)
| Ref | Expression | ||
|---|---|---|---|
| Assertion | df-tru | |- ( T. <-> ( A. x x = x -> A. x x = x ) ) |
| Step | Hyp | Ref | Expression |
|---|---|---|---|
| 0 | wtru | |- T. |
|
| 1 | vx | |- x |
|
| 2 | 1 | cv | |- x |
| 3 | 2 2 | wceq | |- x = x |
| 4 | 3 1 | wal | |- A. x x = x |
| 5 | 4 4 | wi | |- ( A. x x = x -> A. x x = x ) |
| 6 | 0 5 | wb | |- ( T. <-> ( A. x x = x -> A. x x = x ) ) |