Basic induction over natural numbers
From Automated Assistance for Formal Reasoning
[edit] Weak induction
[edit] Predicates
The weak induction principles for predicates is supported by the static and dynamic contexts.
- Introduce P.
- Assume P(0).
- Assume for all
, P(n) implies P(n + 1).
- Assert for all
, P(n).
[edit] Sets
The weak induction principles for sets is also supported by the static and dynamic contexts.
- Introduce S.
- Assume
.
- Assume for all
,
implies
.
- Assert for all
,
.
