You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
valA= variable
valB= variable
valapp= function[2]
valf= variable
valg= variable
valx= variable
valy= variable
valthm5=Theorem(() |- ()) {
vals1= have((f ∈A, x ∈B) |- (app(f, x) === app(f, x))) by Sorryvals2= have((f ∈A, g ∈A) |- (f===g)) by Sorryvals3= have((x ∈B, y ∈B) |- (x===y)) by Sorry
have((x ∈B, y ∈B, f ∈A, g ∈A) |- (app(f, x) === app(g, y))) by Substitution.ApplyRules(s2, s3)(s1)
}
yields error:
[info] 0 Sorry ( elem(x, B), elem(f, A) ) ⊢ app(f, x) = app(f, x)
[info] 1 Sorry ( elem(g, A), elem(f, A) ) ⊢ f = g
[info] 2 Sorry ( elem(y, B), elem(x, B) ) ⊢ x = y
[info] -1 Import 0 ( elem(x, B), elem(f, A) ) ⊢ app(f, x) = app(f, x)
[info] 0 Weakening ( elem(x, B) ∧ elem(f, A), x = y, f = g ) ⊢ ∨(app(f, x) = app(f, x))
[info] lib.thenHave(sequentAfterEq) by BasicStepTactic.LeftSubstEq.withParametersSimple(termInputs.toList, lambda(termVars, ctx.body.substituteUnsafe2(formSubstL)))
[info] Proof tactic LeftSubstEq used in.(Substitution.scala:323) did not succeed:
[info] Left-hand side of the conclusion + φ(s_) is not the same as left-hand side of the premise + (s=t)_ + φ(t_) (or with s_ and t_ swapped).
The text was updated successfully, but these errors were encountered:
yields error:
The text was updated successfully, but these errors were encountered: