lean4-htt/old_tests/tests/lean/induction_generalize_premise_args.lean.expected.out
2018-04-10 12:56:55 -07:00

14 lines
550 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

induction_generalize_premise_args.lean:12:2: error: tactic failed, there are unsolved goals
state:
h₁_c₁ h₁_c₂ : com,
h₁_σ : state,
h₁_c₁' : com,
h₁_σ' : state,
h₁_a : smallstep (h₁_c₁, h₁_σ) (h₁_c₂, h₁_σ'),
h₁_ih :
∀ (c'₂ : com) (σ'₂ : state),
smallstep (h₁_c₁, h₁_σ) (c'₂, σ'₂) → (h₁_c₂, h₁_σ') = (c'₂, σ'₂),
c'₂ : com,
σ'₂ : state,
h₂ : smallstep (com.seq h₁_c₁ h₁_c₂, h₁_σ) (c'₂, σ'₂)
⊢ (com.seq h₁_c₁' h₁_c₂, h₁_σ') = (c'₂, σ'₂)