Let x0 of type ι be given.
Let x1 of type ι be given.
Apply nat_inv with
x0,
add_nat x0 x1 = 0 ⟶ and (x0 = 0) (x1 = 0) leaving 3 subgoals.
The subproof is completed by applying H0.
Assume H2: x0 = 0.
Apply H2 with
λ x2 x3 . add_nat x3 x1 = 0 ⟶ and (x0 = 0) (x1 = 0).
Apply add_nat_0L with
x1,
λ x2 x3 . x3 = 0 ⟶ and (x0 = 0) (x1 = 0) leaving 2 subgoals.
The subproof is completed by applying H1.
Assume H3: x1 = 0.
Apply andI with
x0 = 0,
x1 = 0 leaving 2 subgoals.
The subproof is completed by applying H2.
The subproof is completed by applying H3.
Apply H2 with
add_nat x0 x1 = 0 ⟶ and (x0 = 0) (x1 = 0).
Let x2 of type ι be given.
Apply H3 with
add_nat x0 x1 = 0 ⟶ and (x0 = 0) (x1 = 0).
Apply H5 with
λ x3 x4 . add_nat x4 x1 = 0 ⟶ and (x0 = 0) (x1 = 0).
Apply add_nat_SL with
x2,
x1,
λ x3 x4 . x4 = 0 ⟶ and (x0 = 0) (x1 = 0) leaving 3 subgoals.
The subproof is completed by applying H4.
The subproof is completed by applying H1.
Apply FalseE with
and (x0 = 0) (x1 = 0).
Apply neq_ordsucc_0 with
add_nat x2 x1.
The subproof is completed by applying H6.