url stringclasses 147
values | commit stringclasses 147
values | file_path stringlengths 7 101 | full_name stringlengths 1 94 | start stringlengths 6 10 | end stringlengths 6 11 | tactic stringlengths 1 11.2k | state_before stringlengths 3 2.09M | state_after stringlengths 6 2.09M | input stringlengths 73 2.09M |
|---|---|---|---|---|---|---|---|---|---|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/Parsing/DFT.lean | dft_iff | [884, 1] | [900, 50] | intro β¨s, h1, h2β© | case mpr
Ξ± : Type
instβ : DecidableEq Ξ±
g : Graph Ξ±
S : List Ξ±
s' : Ξ±
β’ (β s β S, Relation.ReflTransGen (fun a b => β l, (a, l) β g β§ b β l) s s') β s' β reachable_from_list g S | case mpr
Ξ± : Type
instβ : DecidableEq Ξ±
g : Graph Ξ±
S : List Ξ±
s' s : Ξ±
h1 : s β S
h2 : Relation.ReflTransGen (fun a b => β l, (a, l) β g β§ b β l) s s'
β’ s' β reachable_from_list g S | Please generate a tactic in lean4 to solve the state.
STATE:
case mpr
Ξ± : Type
instβ : DecidableEq Ξ±
g : Graph Ξ±
S : List Ξ±
s' : Ξ±
β’ (β s β S, Relation.ReflTransGen (fun a b => β l, (a, l) β g β§ b β l) s s') β s' β reachable_from_list g S
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/Parsing/DFT.lean | dft_iff | [884, 1] | [900, 50] | induction h2 with
| refl => exact reachable_from_list.base _ h1
| tail _ h ih =>
have β¨_, h3, h4β© := h
exact reachable_from_list.step _ _ h3 h4 ih | case mpr
Ξ± : Type
instβ : DecidableEq Ξ±
g : Graph Ξ±
S : List Ξ±
s' s : Ξ±
h1 : s β S
h2 : Relation.ReflTransGen (fun a b => β l, (a, l) β g β§ b β l) s s'
β’ s' β reachable_from_list g S | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
case mpr
Ξ± : Type
instβ : DecidableEq Ξ±
g : Graph Ξ±
S : List Ξ±
s' s : Ξ±
h1 : s β S
h2 : Relation.ReflTransGen (fun a b => β l, (a, l) β g β§ b β l) s s'
β’ s' β reachable_from_list g S
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/Parsing/DFT.lean | dft_iff | [884, 1] | [900, 50] | exact reachable_from_list.base _ h1 | case mpr.refl
Ξ± : Type
instβ : DecidableEq Ξ±
g : Graph Ξ±
S : List Ξ±
s' s : Ξ±
h1 : s β S
β’ s β reachable_from_list g S | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
case mpr.refl
Ξ± : Type
instβ : DecidableEq Ξ±
g : Graph Ξ±
S : List Ξ±
s' s : Ξ±
h1 : s β S
β’ s β reachable_from_list g S
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/Parsing/DFT.lean | dft_iff | [884, 1] | [900, 50] | have β¨_, h3, h4β© := h | case mpr.tail
Ξ± : Type
instβ : DecidableEq Ξ±
g : Graph Ξ±
S : List Ξ±
s' s : Ξ±
h1 : s β S
bβ cβ : Ξ±
aβ : Relation.ReflTransGen (fun a b => β l, (a, l) β g β§ b β l) s bβ
h : β l, (bβ, l) β g β§ cβ β l
ih : bβ β reachable_from_list g S
β’ cβ β reachable_from_list g S | case mpr.tail
Ξ± : Type
instβ : DecidableEq Ξ±
g : Graph Ξ±
S : List Ξ±
s' s : Ξ±
h1 : s β S
bβ cβ : Ξ±
aβ : Relation.ReflTransGen (fun a b => β l, (a, l) β g β§ b β l) s bβ
h : β l, (bβ, l) β g β§ cβ β l
ih : bβ β reachable_from_list g S
wβ : List Ξ±
h3 : (bβ, wβ) β g
h4 : cβ β wβ
β’ cβ β reachable_from_list g S | Please generate a tactic in lean4 to solve the state.
STATE:
case mpr.tail
Ξ± : Type
instβ : DecidableEq Ξ±
g : Graph Ξ±
S : List Ξ±
s' s : Ξ±
h1 : s β S
bβ cβ : Ξ±
aβ : Relation.ReflTransGen (fun a b => β l, (a, l) β g β§ b β l) s bβ
h : β l, (bβ, l) β g β§ cβ β l
ih : bβ β reachable_from_list g S
β’ cβ β reachable_from_list g... |
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/Parsing/DFT.lean | dft_iff | [884, 1] | [900, 50] | exact reachable_from_list.step _ _ h3 h4 ih | case mpr.tail
Ξ± : Type
instβ : DecidableEq Ξ±
g : Graph Ξ±
S : List Ξ±
s' s : Ξ±
h1 : s β S
bβ cβ : Ξ±
aβ : Relation.ReflTransGen (fun a b => β l, (a, l) β g β§ b β l) s bβ
h : β l, (bβ, l) β g β§ cβ β l
ih : bβ β reachable_from_list g S
wβ : List Ξ±
h3 : (bβ, wβ) β g
h4 : cβ β wβ
β’ cβ β reachable_from_list g S | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
case mpr.tail
Ξ± : Type
instβ : DecidableEq Ξ±
g : Graph Ξ±
S : List Ξ±
s' s : Ξ±
h1 : s β S
bβ cβ : Ξ±
aβ : Relation.ReflTransGen (fun a b => β l, (a, l) β g β§ b β l) s bβ
h : β l, (bβ, l) β g β§ cβ β l
ih : bβ β reachable_from_list g S
wβ : List Ξ±
h3 : (bβ, wβ) β ... |
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/Parsing/Compute.lean | DA.memAccepts | [145, 1] | [151, 67] | rfl | Ξ± Ο : Type
D : DA Ξ± Ο
input : List Ξ±
β’ D.accepts input β D.evalFrom D.startingState input β D.acceptingStates | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
Ξ± Ο : Type
D : DA Ξ± Ο
input : List Ξ±
β’ D.accepts input β D.evalFrom D.startingState input β D.acceptingStates
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/Parsing/Compute.lean | NA.memAccepts | [154, 1] | [161, 38] | rfl | Ξ± Ο : Type
N : NA Ξ± Ο
input : List Ξ±
β’ N.accepts input β β s β N.evalFrom N.startingStates input, s β N.acceptingStates | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
Ξ± Ο : Type
N : NA Ξ± Ο
input : List Ξ±
β’ N.accepts input β β s β N.evalFrom N.startingStates input, s β N.acceptingStates
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/Parsing/Compute.lean | NAtoDAisEquiv | [167, 1] | [183, 10] | ext cs | Ξ± Ο : Type
N : NA Ξ± Ο
β’ N.toDA.accepts = N.accepts | case h.a
Ξ± Ο : Type
N : NA Ξ± Ο
cs : List Ξ±
β’ N.toDA.accepts cs β N.accepts cs | Please generate a tactic in lean4 to solve the state.
STATE:
Ξ± Ο : Type
N : NA Ξ± Ο
β’ N.toDA.accepts = N.accepts
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/Parsing/Compute.lean | NAtoDAisEquiv | [167, 1] | [183, 10] | simp only [DA.memAccepts] | case h.a
Ξ± Ο : Type
N : NA Ξ± Ο
cs : List Ξ±
β’ N.toDA.accepts cs β N.accepts cs | case h.a
Ξ± Ο : Type
N : NA Ξ± Ο
cs : List Ξ±
β’ N.toDA.evalFrom N.toDA.startingState cs β N.toDA.acceptingStates β N.accepts cs | Please generate a tactic in lean4 to solve the state.
STATE:
case h.a
Ξ± Ο : Type
N : NA Ξ± Ο
cs : List Ξ±
β’ N.toDA.accepts cs β N.accepts cs
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/Parsing/Compute.lean | NAtoDAisEquiv | [167, 1] | [183, 10] | simp only [NA.memAccepts] | case h.a
Ξ± Ο : Type
N : NA Ξ± Ο
cs : List Ξ±
β’ N.toDA.evalFrom N.toDA.startingState cs β N.toDA.acceptingStates β N.accepts cs | case h.a
Ξ± Ο : Type
N : NA Ξ± Ο
cs : List Ξ±
β’ N.toDA.evalFrom N.toDA.startingState cs β N.toDA.acceptingStates β
β s β N.evalFrom N.startingStates cs, s β N.acceptingStates | Please generate a tactic in lean4 to solve the state.
STATE:
case h.a
Ξ± Ο : Type
N : NA Ξ± Ο
cs : List Ξ±
β’ N.toDA.evalFrom N.toDA.startingState cs β N.toDA.acceptingStates β N.accepts cs
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/Parsing/Compute.lean | NAtoDAisEquiv | [167, 1] | [183, 10] | simp only [NA.toDA] | case h.a
Ξ± Ο : Type
N : NA Ξ± Ο
cs : List Ξ±
β’ N.toDA.evalFrom N.toDA.startingState cs β N.toDA.acceptingStates β
β s β N.evalFrom N.startingStates cs, s β N.acceptingStates | case h.a
Ξ± Ο : Type
N : NA Ξ± Ο
cs : List Ξ±
β’ { step := N.stepSet, startingState := N.startingStates,
acceptingStates := {S | β s β S, s β N.acceptingStates} }.evalFrom
N.startingStates cs β
{S | β s β S, s β N.acceptingStates} β
β s β N.evalFrom N.startingStates cs, s β N.acceptingStates | Please generate a tactic in lean4 to solve the state.
STATE:
case h.a
Ξ± Ο : Type
N : NA Ξ± Ο
cs : List Ξ±
β’ N.toDA.evalFrom N.toDA.startingState cs β N.toDA.acceptingStates β
β s β N.evalFrom N.startingStates cs, s β N.acceptingStates
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/Parsing/Compute.lean | NAtoDAisEquiv | [167, 1] | [183, 10] | simp | case h.a
Ξ± Ο : Type
N : NA Ξ± Ο
cs : List Ξ±
β’ { step := N.stepSet, startingState := N.startingStates,
acceptingStates := {S | β s β S, s β N.acceptingStates} }.evalFrom
N.startingStates cs β
{S | β s β S, s β N.acceptingStates} β
β s β N.evalFrom N.startingStates cs, s β N.acceptingStates | case h.a
Ξ± Ο : Type
N : NA Ξ± Ο
cs : List Ξ±
β’ (β
s β
{ step := N.stepSet, startingState := N.startingStates,
acceptingStates := {S | β s β S, s β N.acceptingStates} }.evalFrom
N.startingStates cs,
s β N.acceptingStates) β
β s β N.evalFrom N.startingStates cs, s β N.accepti... | Please generate a tactic in lean4 to solve the state.
STATE:
case h.a
Ξ± Ο : Type
N : NA Ξ± Ο
cs : List Ξ±
β’ { step := N.stepSet, startingState := N.startingStates,
acceptingStates := {S | β s β S, s β N.acceptingStates} }.evalFrom
N.startingStates cs β
{S | β s β S, s β N.acceptingStates} β
... |
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/Parsing/Compute.lean | NAtoDAisEquiv | [167, 1] | [183, 10] | constructor | case h.a
Ξ± Ο : Type
N : NA Ξ± Ο
cs : List Ξ±
β’ (β
s β
{ step := N.stepSet, startingState := N.startingStates,
acceptingStates := {S | β s β S, s β N.acceptingStates} }.evalFrom
N.startingStates cs,
s β N.acceptingStates) β
β s β N.evalFrom N.startingStates cs, s β N.accepti... | case h.a.mp
Ξ± Ο : Type
N : NA Ξ± Ο
cs : List Ξ±
β’ (β
s β
{ step := N.stepSet, startingState := N.startingStates,
acceptingStates := {S | β s β S, s β N.acceptingStates} }.evalFrom
N.startingStates cs,
s β N.acceptingStates) β
β s β N.evalFrom N.startingStates cs, s β N.acce... | Please generate a tactic in lean4 to solve the state.
STATE:
case h.a
Ξ± Ο : Type
N : NA Ξ± Ο
cs : List Ξ±
β’ (β
s β
{ step := N.stepSet, startingState := N.startingStates,
acceptingStates := {S | β s β S, s β N.acceptingStates} }.evalFrom
N.startingStates cs,
s β N.acceptingStat... |
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/Parsing/Compute.lean | NAtoDAisEquiv | [167, 1] | [183, 10] | all_goals
simp
intro s a1 a2
apply Exists.intro s
tauto | case h.a.mp
Ξ± Ο : Type
N : NA Ξ± Ο
cs : List Ξ±
β’ (β
s β
{ step := N.stepSet, startingState := N.startingStates,
acceptingStates := {S | β s β S, s β N.acceptingStates} }.evalFrom
N.startingStates cs,
s β N.acceptingStates) β
β s β N.evalFrom N.startingStates cs, s β N.acce... | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
case h.a.mp
Ξ± Ο : Type
N : NA Ξ± Ο
cs : List Ξ±
β’ (β
s β
{ step := N.stepSet, startingState := N.startingStates,
acceptingStates := {S | β s β S, s β N.acceptingStates} }.evalFrom
N.startingStates cs,
s β N.acceptingS... |
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/Parsing/Compute.lean | NAtoDAisEquiv | [167, 1] | [183, 10] | simp | case h.a.mpr
Ξ± Ο : Type
N : NA Ξ± Ο
cs : List Ξ±
β’ (β s β N.evalFrom N.startingStates cs, s β N.acceptingStates) β
β
s β
{ step := N.stepSet, startingState := N.startingStates,
acceptingStates := {S | β s β S, s β N.acceptingStates} }.evalFrom
N.startingStates cs,
s β N.acc... | case h.a.mpr
Ξ± Ο : Type
N : NA Ξ± Ο
cs : List Ξ±
β’ β x β N.evalFrom N.startingStates cs,
x β N.acceptingStates β
β
s β
{ step := N.stepSet, startingState := N.startingStates,
acceptingStates := {S | β s β S, s β N.acceptingStates} }.evalFrom
N.startingStates cs,
... | Please generate a tactic in lean4 to solve the state.
STATE:
case h.a.mpr
Ξ± Ο : Type
N : NA Ξ± Ο
cs : List Ξ±
β’ (β s β N.evalFrom N.startingStates cs, s β N.acceptingStates) β
β
s β
{ step := N.stepSet, startingState := N.startingStates,
acceptingStates := {S | β s β S, s β N.acceptingStat... |
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/Parsing/Compute.lean | NAtoDAisEquiv | [167, 1] | [183, 10] | intro s a1 a2 | case h.a.mpr
Ξ± Ο : Type
N : NA Ξ± Ο
cs : List Ξ±
β’ β x β N.evalFrom N.startingStates cs,
x β N.acceptingStates β
β
s β
{ step := N.stepSet, startingState := N.startingStates,
acceptingStates := {S | β s β S, s β N.acceptingStates} }.evalFrom
N.startingStates cs,
... | case h.a.mpr
Ξ± Ο : Type
N : NA Ξ± Ο
cs : List Ξ±
s : Ο
a1 : s β N.evalFrom N.startingStates cs
a2 : s β N.acceptingStates
β’ β
s β
{ step := N.stepSet, startingState := N.startingStates,
acceptingStates := {S | β s β S, s β N.acceptingStates} }.evalFrom
N.startingStates cs,
s β N.acceptin... | Please generate a tactic in lean4 to solve the state.
STATE:
case h.a.mpr
Ξ± Ο : Type
N : NA Ξ± Ο
cs : List Ξ±
β’ β x β N.evalFrom N.startingStates cs,
x β N.acceptingStates β
β
s β
{ step := N.stepSet, startingState := N.startingStates,
acceptingStates := {S | β s β S, s β N.acc... |
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/Parsing/Compute.lean | NAtoDAisEquiv | [167, 1] | [183, 10] | apply Exists.intro s | case h.a.mpr
Ξ± Ο : Type
N : NA Ξ± Ο
cs : List Ξ±
s : Ο
a1 : s β N.evalFrom N.startingStates cs
a2 : s β N.acceptingStates
β’ β
s β
{ step := N.stepSet, startingState := N.startingStates,
acceptingStates := {S | β s β S, s β N.acceptingStates} }.evalFrom
N.startingStates cs,
s β N.acceptin... | case h.a.mpr
Ξ± Ο : Type
N : NA Ξ± Ο
cs : List Ξ±
s : Ο
a1 : s β N.evalFrom N.startingStates cs
a2 : s β N.acceptingStates
β’ s β
{ step := N.stepSet, startingState := N.startingStates,
acceptingStates := {S | β s β S, s β N.acceptingStates} }.evalFrom
N.startingStates cs β§
s β N.acceptingStat... | Please generate a tactic in lean4 to solve the state.
STATE:
case h.a.mpr
Ξ± Ο : Type
N : NA Ξ± Ο
cs : List Ξ±
s : Ο
a1 : s β N.evalFrom N.startingStates cs
a2 : s β N.acceptingStates
β’ β
s β
{ step := N.stepSet, startingState := N.startingStates,
acceptingStates := {S | β s β S, s β N.acceptingState... |
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/Parsing/Compute.lean | NAtoDAisEquiv | [167, 1] | [183, 10] | tauto | case h.a.mpr
Ξ± Ο : Type
N : NA Ξ± Ο
cs : List Ξ±
s : Ο
a1 : s β N.evalFrom N.startingStates cs
a2 : s β N.acceptingStates
β’ s β
{ step := N.stepSet, startingState := N.startingStates,
acceptingStates := {S | β s β S, s β N.acceptingStates} }.evalFrom
N.startingStates cs β§
s β N.acceptingStat... | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
case h.a.mpr
Ξ± Ο : Type
N : NA Ξ± Ο
cs : List Ξ±
s : Ο
a1 : s β N.evalFrom N.startingStates cs
a2 : s β N.acceptingStates
β’ s β
{ step := N.stepSet, startingState := N.startingStates,
acceptingStates := {S | β s β S, s β N.acceptingStates} }.e... |
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.evalPrime_prime | [136, 1] | [146, 8] | induction F | F : Formula
V : VarBoolAssignment
h1 : F.IsPrime
β’ evalPrime V F = (V F = true) | case pred_const_
V : VarBoolAssignment
aβΒΉ : PredName
aβ : List VarName
h1 : (pred_const_ aβΒΉ aβ).IsPrime
β’ evalPrime V (pred_const_ aβΒΉ aβ) = (V (pred_const_ aβΒΉ aβ) = true)
case pred_var_
V : VarBoolAssignment
aβΒΉ : PredName
aβ : List VarName
h1 : (pred_var_ aβΒΉ aβ).IsPrime
β’ evalPrime V (pred_var_ aβΒΉ aβ) = (V (pre... | Please generate a tactic in lean4 to solve the state.
STATE:
F : Formula
V : VarBoolAssignment
h1 : F.IsPrime
β’ evalPrime V F = (V F = true)
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.evalPrime_prime | [136, 1] | [146, 8] | case true_ | false_ | not_ | imp_ | and_ | or_ | iff_ =>
simp only [Formula.IsPrime] at h1 | V : VarBoolAssignment
aβΒΉ aβ : Formula
a_ihβΒΉ : aβΒΉ.IsPrime β evalPrime V aβΒΉ = (V aβΒΉ = true)
a_ihβ : aβ.IsPrime β evalPrime V aβ = (V aβ = true)
h1 : (aβΒΉ.iff_ aβ).IsPrime
β’ evalPrime V (aβΒΉ.iff_ aβ) = (V (aβΒΉ.iff_ aβ) = true) | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
V : VarBoolAssignment
aβΒΉ aβ : Formula
a_ihβΒΉ : aβΒΉ.IsPrime β evalPrime V aβΒΉ = (V aβΒΉ = true)
a_ihβ : aβ.IsPrime β evalPrime V aβ = (V aβ = true)
h1 : (aβΒΉ.iff_ aβ).IsPrime
β’ evalPrime V (aβΒΉ.iff_ aβ) = (V (aβΒΉ.iff_ aβ) = true)
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.evalPrime_prime | [136, 1] | [146, 8] | case pred_const_ | pred_var_ | eq_ | forall_ | exists_ | def_ =>
rfl | V : VarBoolAssignment
aβΒΉ : DefName
aβ : List VarName
h1 : (def_ aβΒΉ aβ).IsPrime
β’ evalPrime V (def_ aβΒΉ aβ) = (V (def_ aβΒΉ aβ) = true) | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
V : VarBoolAssignment
aβΒΉ : DefName
aβ : List VarName
h1 : (def_ aβΒΉ aβ).IsPrime
β’ evalPrime V (def_ aβΒΉ aβ) = (V (def_ aβΒΉ aβ) = true)
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.evalPrime_prime | [136, 1] | [146, 8] | simp only [Formula.IsPrime] at h1 | V : VarBoolAssignment
aβΒΉ aβ : Formula
a_ihβΒΉ : aβΒΉ.IsPrime β evalPrime V aβΒΉ = (V aβΒΉ = true)
a_ihβ : aβ.IsPrime β evalPrime V aβ = (V aβ = true)
h1 : (aβΒΉ.iff_ aβ).IsPrime
β’ evalPrime V (aβΒΉ.iff_ aβ) = (V (aβΒΉ.iff_ aβ) = true) | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
V : VarBoolAssignment
aβΒΉ aβ : Formula
a_ihβΒΉ : aβΒΉ.IsPrime β evalPrime V aβΒΉ = (V aβΒΉ = true)
a_ihβ : aβ.IsPrime β evalPrime V aβ = (V aβ = true)
h1 : (aβΒΉ.iff_ aβ).IsPrime
β’ evalPrime V (aβΒΉ.iff_ aβ) = (V (aβΒΉ.iff_ aβ) = true)
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.evalPrime_prime | [136, 1] | [146, 8] | rfl | V : VarBoolAssignment
aβΒΉ : DefName
aβ : List VarName
h1 : (def_ aβΒΉ aβ).IsPrime
β’ evalPrime V (def_ aβΒΉ aβ) = (V (def_ aβΒΉ aβ) = true) | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
V : VarBoolAssignment
aβΒΉ : DefName
aβ : List VarName
h1 : (def_ aβΒΉ aβ).IsPrime
β’ evalPrime V (def_ aβΒΉ aβ) = (V (def_ aβΒΉ aβ) = true)
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.evalPrime_substPrime_eq_evalPrime_evalPrime | [193, 1] | [218, 13] | induction F | F : Formula
Ο : Formula β Formula
V : VarBoolAssignment
β’ evalPrime V (substPrime Ο F) β evalPrime (fun H => decide (evalPrime V (Ο H))) F | case pred_const_
Ο : Formula β Formula
V : VarBoolAssignment
aβΒΉ : PredName
aβ : List VarName
β’ evalPrime V (substPrime Ο (pred_const_ aβΒΉ aβ)) β evalPrime (fun H => decide (evalPrime V (Ο H))) (pred_const_ aβΒΉ aβ)
case pred_var_
Ο : Formula β Formula
V : VarBoolAssignment
aβΒΉ : PredName
aβ : List VarName
β’ evalPrime ... | Please generate a tactic in lean4 to solve the state.
STATE:
F : Formula
Ο : Formula β Formula
V : VarBoolAssignment
β’ evalPrime V (substPrime Ο F) β evalPrime (fun H => decide (evalPrime V (Ο H))) F
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.evalPrime_substPrime_eq_evalPrime_evalPrime | [193, 1] | [218, 13] | case pred_const_ | pred_var_ | eq_ | forall_ | exists_ | def_ =>
simp only [Formula.substPrime]
simp only [Formula.evalPrime]
simp | Ο : Formula β Formula
V : VarBoolAssignment
aβΒΉ : DefName
aβ : List VarName
β’ evalPrime V (substPrime Ο (def_ aβΒΉ aβ)) β evalPrime (fun H => decide (evalPrime V (Ο H))) (def_ aβΒΉ aβ) | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
Ο : Formula β Formula
V : VarBoolAssignment
aβΒΉ : DefName
aβ : List VarName
β’ evalPrime V (substPrime Ο (def_ aβΒΉ aβ)) β evalPrime (fun H => decide (evalPrime V (Ο H))) (def_ aβΒΉ aβ)
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.evalPrime_substPrime_eq_evalPrime_evalPrime | [193, 1] | [218, 13] | case true_ | false_ =>
rfl | Ο : Formula β Formula
V : VarBoolAssignment
β’ evalPrime V (substPrime Ο false_) β evalPrime (fun H => decide (evalPrime V (Ο H))) false_ | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
Ο : Formula β Formula
V : VarBoolAssignment
β’ evalPrime V (substPrime Ο false_) β evalPrime (fun H => decide (evalPrime V (Ο H))) false_
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.evalPrime_substPrime_eq_evalPrime_evalPrime | [193, 1] | [218, 13] | case not_ phi phi_ih =>
simp only [Formula.substPrime]
simp only [Formula.evalPrime]
congr! 1 | Ο : Formula β Formula
V : VarBoolAssignment
phi : Formula
phi_ih : evalPrime V (substPrime Ο phi) β evalPrime (fun H => decide (evalPrime V (Ο H))) phi
β’ evalPrime V (substPrime Ο phi.not_) β evalPrime (fun H => decide (evalPrime V (Ο H))) phi.not_ | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
Ο : Formula β Formula
V : VarBoolAssignment
phi : Formula
phi_ih : evalPrime V (substPrime Ο phi) β evalPrime (fun H => decide (evalPrime V (Ο H))) phi
β’ evalPrime V (substPrime Ο phi.not_) β evalPrime (fun H => decide (evalPrime V (Ο H))) phi.not_
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.evalPrime_substPrime_eq_evalPrime_evalPrime | [193, 1] | [218, 13] | case
imp_ phi psi phi_ih psi_ih
| and_ phi psi phi_ih psi_ih
| or_ phi psi phi_ih psi_ih
| iff_ phi psi phi_ih psi_ih =>
simp only [Formula.substPrime]
simp only [Formula.evalPrime]
congr! 1 | Ο : Formula β Formula
V : VarBoolAssignment
phi psi : Formula
phi_ih : evalPrime V (substPrime Ο phi) β evalPrime (fun H => decide (evalPrime V (Ο H))) phi
psi_ih : evalPrime V (substPrime Ο psi) β evalPrime (fun H => decide (evalPrime V (Ο H))) psi
β’ evalPrime V (substPrime Ο (phi.iff_ psi)) β evalPrime (fun H => deci... | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
Ο : Formula β Formula
V : VarBoolAssignment
phi psi : Formula
phi_ih : evalPrime V (substPrime Ο phi) β evalPrime (fun H => decide (evalPrime V (Ο H))) phi
psi_ih : evalPrime V (substPrime Ο psi) β evalPrime (fun H => decide (evalPrime V (Ο H))) psi
β’ evalPri... |
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.evalPrime_substPrime_eq_evalPrime_evalPrime | [193, 1] | [218, 13] | simp only [Formula.substPrime] | Ο : Formula β Formula
V : VarBoolAssignment
aβΒΉ : DefName
aβ : List VarName
β’ evalPrime V (substPrime Ο (def_ aβΒΉ aβ)) β evalPrime (fun H => decide (evalPrime V (Ο H))) (def_ aβΒΉ aβ) | Ο : Formula β Formula
V : VarBoolAssignment
aβΒΉ : DefName
aβ : List VarName
β’ evalPrime V (Ο (def_ aβΒΉ aβ)) β evalPrime (fun H => decide (evalPrime V (Ο H))) (def_ aβΒΉ aβ) | Please generate a tactic in lean4 to solve the state.
STATE:
Ο : Formula β Formula
V : VarBoolAssignment
aβΒΉ : DefName
aβ : List VarName
β’ evalPrime V (substPrime Ο (def_ aβΒΉ aβ)) β evalPrime (fun H => decide (evalPrime V (Ο H))) (def_ aβΒΉ aβ)
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.evalPrime_substPrime_eq_evalPrime_evalPrime | [193, 1] | [218, 13] | simp only [Formula.evalPrime] | Ο : Formula β Formula
V : VarBoolAssignment
aβΒΉ : DefName
aβ : List VarName
β’ evalPrime V (Ο (def_ aβΒΉ aβ)) β evalPrime (fun H => decide (evalPrime V (Ο H))) (def_ aβΒΉ aβ) | Ο : Formula β Formula
V : VarBoolAssignment
aβΒΉ : DefName
aβ : List VarName
β’ evalPrime V (Ο (def_ aβΒΉ aβ)) β decide (evalPrime V (Ο (def_ aβΒΉ aβ))) = true | Please generate a tactic in lean4 to solve the state.
STATE:
Ο : Formula β Formula
V : VarBoolAssignment
aβΒΉ : DefName
aβ : List VarName
β’ evalPrime V (Ο (def_ aβΒΉ aβ)) β evalPrime (fun H => decide (evalPrime V (Ο H))) (def_ aβΒΉ aβ)
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.evalPrime_substPrime_eq_evalPrime_evalPrime | [193, 1] | [218, 13] | simp | Ο : Formula β Formula
V : VarBoolAssignment
aβΒΉ : DefName
aβ : List VarName
β’ evalPrime V (Ο (def_ aβΒΉ aβ)) β decide (evalPrime V (Ο (def_ aβΒΉ aβ))) = true | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
Ο : Formula β Formula
V : VarBoolAssignment
aβΒΉ : DefName
aβ : List VarName
β’ evalPrime V (Ο (def_ aβΒΉ aβ)) β decide (evalPrime V (Ο (def_ aβΒΉ aβ))) = true
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.evalPrime_substPrime_eq_evalPrime_evalPrime | [193, 1] | [218, 13] | rfl | Ο : Formula β Formula
V : VarBoolAssignment
β’ evalPrime V (substPrime Ο false_) β evalPrime (fun H => decide (evalPrime V (Ο H))) false_ | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
Ο : Formula β Formula
V : VarBoolAssignment
β’ evalPrime V (substPrime Ο false_) β evalPrime (fun H => decide (evalPrime V (Ο H))) false_
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.evalPrime_substPrime_eq_evalPrime_evalPrime | [193, 1] | [218, 13] | simp only [Formula.substPrime] | Ο : Formula β Formula
V : VarBoolAssignment
phi : Formula
phi_ih : evalPrime V (substPrime Ο phi) β evalPrime (fun H => decide (evalPrime V (Ο H))) phi
β’ evalPrime V (substPrime Ο phi.not_) β evalPrime (fun H => decide (evalPrime V (Ο H))) phi.not_ | Ο : Formula β Formula
V : VarBoolAssignment
phi : Formula
phi_ih : evalPrime V (substPrime Ο phi) β evalPrime (fun H => decide (evalPrime V (Ο H))) phi
β’ evalPrime V (substPrime Ο phi).not_ β evalPrime (fun H => decide (evalPrime V (Ο H))) phi.not_ | Please generate a tactic in lean4 to solve the state.
STATE:
Ο : Formula β Formula
V : VarBoolAssignment
phi : Formula
phi_ih : evalPrime V (substPrime Ο phi) β evalPrime (fun H => decide (evalPrime V (Ο H))) phi
β’ evalPrime V (substPrime Ο phi.not_) β evalPrime (fun H => decide (evalPrime V (Ο H))) phi.not_
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.evalPrime_substPrime_eq_evalPrime_evalPrime | [193, 1] | [218, 13] | simp only [Formula.evalPrime] | Ο : Formula β Formula
V : VarBoolAssignment
phi : Formula
phi_ih : evalPrime V (substPrime Ο phi) β evalPrime (fun H => decide (evalPrime V (Ο H))) phi
β’ evalPrime V (substPrime Ο phi).not_ β evalPrime (fun H => decide (evalPrime V (Ο H))) phi.not_ | Ο : Formula β Formula
V : VarBoolAssignment
phi : Formula
phi_ih : evalPrime V (substPrime Ο phi) β evalPrime (fun H => decide (evalPrime V (Ο H))) phi
β’ Β¬evalPrime V (substPrime Ο phi) β Β¬evalPrime (fun H => decide (evalPrime V (Ο H))) phi | Please generate a tactic in lean4 to solve the state.
STATE:
Ο : Formula β Formula
V : VarBoolAssignment
phi : Formula
phi_ih : evalPrime V (substPrime Ο phi) β evalPrime (fun H => decide (evalPrime V (Ο H))) phi
β’ evalPrime V (substPrime Ο phi).not_ β evalPrime (fun H => decide (evalPrime V (Ο H))) phi.not_
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.evalPrime_substPrime_eq_evalPrime_evalPrime | [193, 1] | [218, 13] | congr! 1 | Ο : Formula β Formula
V : VarBoolAssignment
phi : Formula
phi_ih : evalPrime V (substPrime Ο phi) β evalPrime (fun H => decide (evalPrime V (Ο H))) phi
β’ Β¬evalPrime V (substPrime Ο phi) β Β¬evalPrime (fun H => decide (evalPrime V (Ο H))) phi | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
Ο : Formula β Formula
V : VarBoolAssignment
phi : Formula
phi_ih : evalPrime V (substPrime Ο phi) β evalPrime (fun H => decide (evalPrime V (Ο H))) phi
β’ Β¬evalPrime V (substPrime Ο phi) β Β¬evalPrime (fun H => decide (evalPrime V (Ο H))) phi
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.evalPrime_substPrime_eq_evalPrime_evalPrime | [193, 1] | [218, 13] | simp only [Formula.substPrime] | Ο : Formula β Formula
V : VarBoolAssignment
phi psi : Formula
phi_ih : evalPrime V (substPrime Ο phi) β evalPrime (fun H => decide (evalPrime V (Ο H))) phi
psi_ih : evalPrime V (substPrime Ο psi) β evalPrime (fun H => decide (evalPrime V (Ο H))) psi
β’ evalPrime V (substPrime Ο (phi.iff_ psi)) β evalPrime (fun H => deci... | Ο : Formula β Formula
V : VarBoolAssignment
phi psi : Formula
phi_ih : evalPrime V (substPrime Ο phi) β evalPrime (fun H => decide (evalPrime V (Ο H))) phi
psi_ih : evalPrime V (substPrime Ο psi) β evalPrime (fun H => decide (evalPrime V (Ο H))) psi
β’ evalPrime V ((substPrime Ο phi).iff_ (substPrime Ο psi)) β
evalP... | Please generate a tactic in lean4 to solve the state.
STATE:
Ο : Formula β Formula
V : VarBoolAssignment
phi psi : Formula
phi_ih : evalPrime V (substPrime Ο phi) β evalPrime (fun H => decide (evalPrime V (Ο H))) phi
psi_ih : evalPrime V (substPrime Ο psi) β evalPrime (fun H => decide (evalPrime V (Ο H))) psi
β’ evalPri... |
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.evalPrime_substPrime_eq_evalPrime_evalPrime | [193, 1] | [218, 13] | simp only [Formula.evalPrime] | Ο : Formula β Formula
V : VarBoolAssignment
phi psi : Formula
phi_ih : evalPrime V (substPrime Ο phi) β evalPrime (fun H => decide (evalPrime V (Ο H))) phi
psi_ih : evalPrime V (substPrime Ο psi) β evalPrime (fun H => decide (evalPrime V (Ο H))) psi
β’ evalPrime V ((substPrime Ο phi).iff_ (substPrime Ο psi)) β
evalP... | Ο : Formula β Formula
V : VarBoolAssignment
phi psi : Formula
phi_ih : evalPrime V (substPrime Ο phi) β evalPrime (fun H => decide (evalPrime V (Ο H))) phi
psi_ih : evalPrime V (substPrime Ο psi) β evalPrime (fun H => decide (evalPrime V (Ο H))) psi
β’ (evalPrime V (substPrime Ο phi) β evalPrime V (substPrime Ο psi)) β
... | Please generate a tactic in lean4 to solve the state.
STATE:
Ο : Formula β Formula
V : VarBoolAssignment
phi psi : Formula
phi_ih : evalPrime V (substPrime Ο phi) β evalPrime (fun H => decide (evalPrime V (Ο H))) phi
psi_ih : evalPrime V (substPrime Ο psi) β evalPrime (fun H => decide (evalPrime V (Ο H))) psi
β’ evalPri... |
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.evalPrime_substPrime_eq_evalPrime_evalPrime | [193, 1] | [218, 13] | congr! 1 | Ο : Formula β Formula
V : VarBoolAssignment
phi psi : Formula
phi_ih : evalPrime V (substPrime Ο phi) β evalPrime (fun H => decide (evalPrime V (Ο H))) phi
psi_ih : evalPrime V (substPrime Ο psi) β evalPrime (fun H => decide (evalPrime V (Ο H))) psi
β’ (evalPrime V (substPrime Ο phi) β evalPrime V (substPrime Ο psi)) β
... | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
Ο : Formula β Formula
V : VarBoolAssignment
phi psi : Formula
phi_ih : evalPrime V (substPrime Ο phi) β evalPrime (fun H => decide (evalPrime V (Ο H))) phi
psi_ih : evalPrime V (substPrime Ο psi) β evalPrime (fun H => decide (evalPrime V (Ο H))) psi
β’ (evalPr... |
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.isTautoPrime_imp_isTautoPrime_substPrime | [221, 1] | [232, 11] | simp only [Formula.IsTautoPrime] at h1 | P : Formula
h1 : P.IsTautoPrime
Ο : Formula β Formula
β’ (substPrime Ο P).IsTautoPrime | P : Formula
h1 : β (V : VarBoolAssignment), evalPrime V P
Ο : Formula β Formula
β’ (substPrime Ο P).IsTautoPrime | Please generate a tactic in lean4 to solve the state.
STATE:
P : Formula
h1 : P.IsTautoPrime
Ο : Formula β Formula
β’ (substPrime Ο P).IsTautoPrime
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.isTautoPrime_imp_isTautoPrime_substPrime | [221, 1] | [232, 11] | simp only [Formula.IsTautoPrime] | P : Formula
h1 : β (V : VarBoolAssignment), evalPrime V P
Ο : Formula β Formula
β’ (substPrime Ο P).IsTautoPrime | P : Formula
h1 : β (V : VarBoolAssignment), evalPrime V P
Ο : Formula β Formula
β’ β (V : VarBoolAssignment), evalPrime V (substPrime Ο P) | Please generate a tactic in lean4 to solve the state.
STATE:
P : Formula
h1 : β (V : VarBoolAssignment), evalPrime V P
Ο : Formula β Formula
β’ (substPrime Ο P).IsTautoPrime
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.isTautoPrime_imp_isTautoPrime_substPrime | [221, 1] | [232, 11] | intro V | P : Formula
h1 : β (V : VarBoolAssignment), evalPrime V P
Ο : Formula β Formula
β’ β (V : VarBoolAssignment), evalPrime V (substPrime Ο P) | P : Formula
h1 : β (V : VarBoolAssignment), evalPrime V P
Ο : Formula β Formula
V : VarBoolAssignment
β’ evalPrime V (substPrime Ο P) | Please generate a tactic in lean4 to solve the state.
STATE:
P : Formula
h1 : β (V : VarBoolAssignment), evalPrime V P
Ο : Formula β Formula
β’ β (V : VarBoolAssignment), evalPrime V (substPrime Ο P)
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.isTautoPrime_imp_isTautoPrime_substPrime | [221, 1] | [232, 11] | simp only [evalPrime_substPrime_eq_evalPrime_evalPrime P Ο V] | P : Formula
h1 : β (V : VarBoolAssignment), evalPrime V P
Ο : Formula β Formula
V : VarBoolAssignment
β’ evalPrime V (substPrime Ο P) | P : Formula
h1 : β (V : VarBoolAssignment), evalPrime V P
Ο : Formula β Formula
V : VarBoolAssignment
β’ evalPrime (fun H => decide (evalPrime V (Ο H))) P | Please generate a tactic in lean4 to solve the state.
STATE:
P : Formula
h1 : β (V : VarBoolAssignment), evalPrime V P
Ο : Formula β Formula
V : VarBoolAssignment
β’ evalPrime V (substPrime Ο P)
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.isTautoPrime_imp_isTautoPrime_substPrime | [221, 1] | [232, 11] | apply h1 | P : Formula
h1 : β (V : VarBoolAssignment), evalPrime V P
Ο : Formula β Formula
V : VarBoolAssignment
β’ evalPrime (fun H => decide (evalPrime V (Ο H))) P | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
P : Formula
h1 : β (V : VarBoolAssignment), evalPrime V P
Ο : Formula β Formula
V : VarBoolAssignment
β’ evalPrime (fun H => decide (evalPrime V (Ο H))) P
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.T_13_5 | [253, 1] | [265, 30] | simp only [IsProof] | P : Formula
β’ IsProof (P.imp_ P) | P : Formula
β’ IsDeduct β
(P.imp_ P) | Please generate a tactic in lean4 to solve the state.
STATE:
P : Formula
β’ IsProof (P.imp_ P)
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.T_13_5 | [253, 1] | [265, 30] | apply IsDeduct.mp_ (P.imp_ (P.imp_ P)) | P : Formula
β’ IsDeduct β
(P.imp_ P) | case a
P : Formula
β’ IsDeduct β
((P.imp_ (P.imp_ P)).imp_ (P.imp_ P))
case a
P : Formula
β’ IsDeduct β
(P.imp_ (P.imp_ P)) | Please generate a tactic in lean4 to solve the state.
STATE:
P : Formula
β’ IsDeduct β
(P.imp_ P)
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.T_13_5 | [253, 1] | [265, 30] | apply IsDeduct.mp_ (P.imp_ ((P.imp_ P).imp_ P)) | case a
P : Formula
β’ IsDeduct β
((P.imp_ (P.imp_ P)).imp_ (P.imp_ P)) | case a.a
P : Formula
β’ IsDeduct β
((P.imp_ ((P.imp_ P).imp_ P)).imp_ ((P.imp_ (P.imp_ P)).imp_ (P.imp_ P)))
case a.a
P : Formula
β’ IsDeduct β
(P.imp_ ((P.imp_ P).imp_ P)) | Please generate a tactic in lean4 to solve the state.
STATE:
case a
P : Formula
β’ IsDeduct β
((P.imp_ (P.imp_ P)).imp_ (P.imp_ P))
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.T_13_5 | [253, 1] | [265, 30] | apply IsDeduct.axiom_ | case a.a
P : Formula
β’ IsDeduct β
((P.imp_ ((P.imp_ P).imp_ P)).imp_ ((P.imp_ (P.imp_ P)).imp_ (P.imp_ P))) | case a.a.a
P : Formula
β’ IsAxiom ((P.imp_ ((P.imp_ P).imp_ P)).imp_ ((P.imp_ (P.imp_ P)).imp_ (P.imp_ P))) | Please generate a tactic in lean4 to solve the state.
STATE:
case a.a
P : Formula
β’ IsDeduct β
((P.imp_ ((P.imp_ P).imp_ P)).imp_ ((P.imp_ (P.imp_ P)).imp_ (P.imp_ P)))
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.T_13_5 | [253, 1] | [265, 30] | exact IsAxiom.prop_2_ P (P.imp_ P) P | case a.a.a
P : Formula
β’ IsAxiom ((P.imp_ ((P.imp_ P).imp_ P)).imp_ ((P.imp_ (P.imp_ P)).imp_ (P.imp_ P))) | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
case a.a.a
P : Formula
β’ IsAxiom ((P.imp_ ((P.imp_ P).imp_ P)).imp_ ((P.imp_ (P.imp_ P)).imp_ (P.imp_ P)))
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.T_13_5 | [253, 1] | [265, 30] | apply IsDeduct.axiom_ | case a.a
P : Formula
β’ IsDeduct β
(P.imp_ ((P.imp_ P).imp_ P)) | case a.a.a
P : Formula
β’ IsAxiom (P.imp_ ((P.imp_ P).imp_ P)) | Please generate a tactic in lean4 to solve the state.
STATE:
case a.a
P : Formula
β’ IsDeduct β
(P.imp_ ((P.imp_ P).imp_ P))
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.T_13_5 | [253, 1] | [265, 30] | exact IsAxiom.prop_1_ P (P.imp_ P) | case a.a.a
P : Formula
β’ IsAxiom (P.imp_ ((P.imp_ P).imp_ P)) | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
case a.a.a
P : Formula
β’ IsAxiom (P.imp_ ((P.imp_ P).imp_ P))
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.T_13_5 | [253, 1] | [265, 30] | apply IsDeduct.axiom_ | case a
P : Formula
β’ IsDeduct β
(P.imp_ (P.imp_ P)) | case a.a
P : Formula
β’ IsAxiom (P.imp_ (P.imp_ P)) | Please generate a tactic in lean4 to solve the state.
STATE:
case a
P : Formula
β’ IsDeduct β
(P.imp_ (P.imp_ P))
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.T_13_5 | [253, 1] | [265, 30] | exact IsAxiom.prop_1_ P P | case a.a
P : Formula
β’ IsAxiom (P.imp_ (P.imp_ P)) | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
case a.a
P : Formula
β’ IsAxiom (P.imp_ (P.imp_ P))
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.T_13_6_no_deduct | [270, 1] | [284, 26] | apply IsDeduct.mp_ (P.not_.imp_ (Q.not_.imp_ P.not_)) | P Q : Formula
β’ IsProof (P.not_.imp_ (P.imp_ Q)) | case a
P Q : Formula
β’ IsDeduct β
((P.not_.imp_ (Q.not_.imp_ P.not_)).imp_ (P.not_.imp_ (P.imp_ Q)))
case a
P Q : Formula
β’ IsDeduct β
(P.not_.imp_ (Q.not_.imp_ P.not_)) | Please generate a tactic in lean4 to solve the state.
STATE:
P Q : Formula
β’ IsProof (P.not_.imp_ (P.imp_ Q))
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.T_13_6_no_deduct | [270, 1] | [284, 26] | apply IsDeduct.mp_ (P.not_.imp_ ((Q.not_.imp_ P.not_).imp_ (P.imp_ Q))) | case a
P Q : Formula
β’ IsDeduct β
((P.not_.imp_ (Q.not_.imp_ P.not_)).imp_ (P.not_.imp_ (P.imp_ Q))) | case a.a
P Q : Formula
β’ IsDeduct β
((P.not_.imp_ ((Q.not_.imp_ P.not_).imp_ (P.imp_ Q))).imp_
((P.not_.imp_ (Q.not_.imp_ P.not_)).imp_ (P.not_.imp_ (P.imp_ Q))))
case a.a
P Q : Formula
β’ IsDeduct β
(P.not_.imp_ ((Q.not_.imp_ P.not_).imp_ (P.imp_ Q))) | Please generate a tactic in lean4 to solve the state.
STATE:
case a
P Q : Formula
β’ IsDeduct β
((P.not_.imp_ (Q.not_.imp_ P.not_)).imp_ (P.not_.imp_ (P.imp_ Q)))
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.T_13_6_no_deduct | [270, 1] | [284, 26] | apply IsDeduct.axiom_ | case a.a
P Q : Formula
β’ IsDeduct β
((P.not_.imp_ ((Q.not_.imp_ P.not_).imp_ (P.imp_ Q))).imp_
((P.not_.imp_ (Q.not_.imp_ P.not_)).imp_ (P.not_.imp_ (P.imp_ Q)))) | case a.a.a
P Q : Formula
β’ IsAxiom
((P.not_.imp_ ((Q.not_.imp_ P.not_).imp_ (P.imp_ Q))).imp_
((P.not_.imp_ (Q.not_.imp_ P.not_)).imp_ (P.not_.imp_ (P.imp_ Q)))) | Please generate a tactic in lean4 to solve the state.
STATE:
case a.a
P Q : Formula
β’ IsDeduct β
((P.not_.imp_ ((Q.not_.imp_ P.not_).imp_ (P.imp_ Q))).imp_
((P.not_.imp_ (Q.not_.imp_ P.not_)).imp_ (P.not_.imp_ (P.imp_ Q))))
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.T_13_6_no_deduct | [270, 1] | [284, 26] | apply IsAxiom.prop_2_ | case a.a.a
P Q : Formula
β’ IsAxiom
((P.not_.imp_ ((Q.not_.imp_ P.not_).imp_ (P.imp_ Q))).imp_
((P.not_.imp_ (Q.not_.imp_ P.not_)).imp_ (P.not_.imp_ (P.imp_ Q)))) | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
case a.a.a
P Q : Formula
β’ IsAxiom
((P.not_.imp_ ((Q.not_.imp_ P.not_).imp_ (P.imp_ Q))).imp_
((P.not_.imp_ (Q.not_.imp_ P.not_)).imp_ (P.not_.imp_ (P.imp_ Q))))
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.T_13_6_no_deduct | [270, 1] | [284, 26] | apply IsDeduct.mp_ ((Q.not_.imp_ P.not_).imp_ (P.imp_ Q)) | case a.a
P Q : Formula
β’ IsDeduct β
(P.not_.imp_ ((Q.not_.imp_ P.not_).imp_ (P.imp_ Q))) | case a.a.a
P Q : Formula
β’ IsDeduct β
(((Q.not_.imp_ P.not_).imp_ (P.imp_ Q)).imp_ (P.not_.imp_ ((Q.not_.imp_ P.not_).imp_ (P.imp_ Q))))
case a.a.a
P Q : Formula
β’ IsDeduct β
((Q.not_.imp_ P.not_).imp_ (P.imp_ Q)) | Please generate a tactic in lean4 to solve the state.
STATE:
case a.a
P Q : Formula
β’ IsDeduct β
(P.not_.imp_ ((Q.not_.imp_ P.not_).imp_ (P.imp_ Q)))
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.T_13_6_no_deduct | [270, 1] | [284, 26] | apply IsDeduct.axiom_ | case a.a.a
P Q : Formula
β’ IsDeduct β
(((Q.not_.imp_ P.not_).imp_ (P.imp_ Q)).imp_ (P.not_.imp_ ((Q.not_.imp_ P.not_).imp_ (P.imp_ Q)))) | case a.a.a.a
P Q : Formula
β’ IsAxiom (((Q.not_.imp_ P.not_).imp_ (P.imp_ Q)).imp_ (P.not_.imp_ ((Q.not_.imp_ P.not_).imp_ (P.imp_ Q)))) | Please generate a tactic in lean4 to solve the state.
STATE:
case a.a.a
P Q : Formula
β’ IsDeduct β
(((Q.not_.imp_ P.not_).imp_ (P.imp_ Q)).imp_ (P.not_.imp_ ((Q.not_.imp_ P.not_).imp_ (P.imp_ Q))))
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.T_13_6_no_deduct | [270, 1] | [284, 26] | apply IsAxiom.prop_1_ | case a.a.a.a
P Q : Formula
β’ IsAxiom (((Q.not_.imp_ P.not_).imp_ (P.imp_ Q)).imp_ (P.not_.imp_ ((Q.not_.imp_ P.not_).imp_ (P.imp_ Q)))) | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
case a.a.a.a
P Q : Formula
β’ IsAxiom (((Q.not_.imp_ P.not_).imp_ (P.imp_ Q)).imp_ (P.not_.imp_ ((Q.not_.imp_ P.not_).imp_ (P.imp_ Q))))
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.T_13_6_no_deduct | [270, 1] | [284, 26] | apply IsDeduct.axiom_ | case a.a.a
P Q : Formula
β’ IsDeduct β
((Q.not_.imp_ P.not_).imp_ (P.imp_ Q)) | case a.a.a.a
P Q : Formula
β’ IsAxiom ((Q.not_.imp_ P.not_).imp_ (P.imp_ Q)) | Please generate a tactic in lean4 to solve the state.
STATE:
case a.a.a
P Q : Formula
β’ IsDeduct β
((Q.not_.imp_ P.not_).imp_ (P.imp_ Q))
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.T_13_6_no_deduct | [270, 1] | [284, 26] | apply IsAxiom.prop_3_ | case a.a.a.a
P Q : Formula
β’ IsAxiom ((Q.not_.imp_ P.not_).imp_ (P.imp_ Q)) | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
case a.a.a.a
P Q : Formula
β’ IsAxiom ((Q.not_.imp_ P.not_).imp_ (P.imp_ Q))
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.T_13_6_no_deduct | [270, 1] | [284, 26] | apply IsDeduct.axiom_ | case a
P Q : Formula
β’ IsDeduct β
(P.not_.imp_ (Q.not_.imp_ P.not_)) | case a.a
P Q : Formula
β’ IsAxiom (P.not_.imp_ (Q.not_.imp_ P.not_)) | Please generate a tactic in lean4 to solve the state.
STATE:
case a
P Q : Formula
β’ IsDeduct β
(P.not_.imp_ (Q.not_.imp_ P.not_))
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.T_13_6_no_deduct | [270, 1] | [284, 26] | apply IsAxiom.prop_1_ | case a.a
P Q : Formula
β’ IsAxiom (P.not_.imp_ (Q.not_.imp_ P.not_)) | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
case a.a
P Q : Formula
β’ IsAxiom (P.not_.imp_ (Q.not_.imp_ P.not_))
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.T_14_10 | [287, 1] | [306, 20] | intro Ξ | F : Formula
Ξ : Set Formula
h1 : IsDeduct Ξ F
β’ β (Ξ : Set Formula), IsDeduct (Ξ βͺ Ξ) F | F : Formula
Ξ : Set Formula
h1 : IsDeduct Ξ F
Ξ : Set Formula
β’ IsDeduct (Ξ βͺ Ξ) F | Please generate a tactic in lean4 to solve the state.
STATE:
F : Formula
Ξ : Set Formula
h1 : IsDeduct Ξ F
β’ β (Ξ : Set Formula), IsDeduct (Ξ βͺ Ξ) F
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.T_14_10 | [287, 1] | [306, 20] | induction h1 | F : Formula
Ξ : Set Formula
h1 : IsDeduct Ξ F
Ξ : Set Formula
β’ IsDeduct (Ξ βͺ Ξ) F | case axiom_
F : Formula
Ξ Ξ : Set Formula
phiβ : Formula
aβ : IsAxiom phiβ
β’ IsDeduct (Ξ βͺ Ξ) phiβ
case assume_
F : Formula
Ξ Ξ : Set Formula
phiβ : Formula
aβ : phiβ β Ξ
β’ IsDeduct (Ξ βͺ Ξ) phiβ
case mp_
F : Formula
Ξ Ξ : Set Formula
phiβ psiβ : Formula
aβΒΉ : IsDeduct Ξ (phiβ.imp_ psiβ)
aβ : IsDeduct Ξ phiβ
a_ihβΒΉ : ... | Please generate a tactic in lean4 to solve the state.
STATE:
F : Formula
Ξ : Set Formula
h1 : IsDeduct Ξ F
Ξ : Set Formula
β’ IsDeduct (Ξ βͺ Ξ) F
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.T_14_10 | [287, 1] | [306, 20] | case axiom_ h1_phi h1_1 =>
apply IsDeduct.axiom_
exact h1_1 | F : Formula
Ξ Ξ : Set Formula
h1_phi : Formula
h1_1 : IsAxiom h1_phi
β’ IsDeduct (Ξ βͺ Ξ) h1_phi | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
F : Formula
Ξ Ξ : Set Formula
h1_phi : Formula
h1_1 : IsAxiom h1_phi
β’ IsDeduct (Ξ βͺ Ξ) h1_phi
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.T_14_10 | [287, 1] | [306, 20] | case assume_ h1_phi h1_1 =>
apply IsDeduct.assume_
simp
left
exact h1_1 | F : Formula
Ξ Ξ : Set Formula
h1_phi : Formula
h1_1 : h1_phi β Ξ
β’ IsDeduct (Ξ βͺ Ξ) h1_phi | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
F : Formula
Ξ Ξ : Set Formula
h1_phi : Formula
h1_1 : h1_phi β Ξ
β’ IsDeduct (Ξ βͺ Ξ) h1_phi
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.T_14_10 | [287, 1] | [306, 20] | apply IsDeduct.axiom_ | F : Formula
Ξ Ξ : Set Formula
h1_phi : Formula
h1_1 : IsAxiom h1_phi
β’ IsDeduct (Ξ βͺ Ξ) h1_phi | case a
F : Formula
Ξ Ξ : Set Formula
h1_phi : Formula
h1_1 : IsAxiom h1_phi
β’ IsAxiom h1_phi | Please generate a tactic in lean4 to solve the state.
STATE:
F : Formula
Ξ Ξ : Set Formula
h1_phi : Formula
h1_1 : IsAxiom h1_phi
β’ IsDeduct (Ξ βͺ Ξ) h1_phi
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.T_14_10 | [287, 1] | [306, 20] | exact h1_1 | case a
F : Formula
Ξ Ξ : Set Formula
h1_phi : Formula
h1_1 : IsAxiom h1_phi
β’ IsAxiom h1_phi | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
case a
F : Formula
Ξ Ξ : Set Formula
h1_phi : Formula
h1_1 : IsAxiom h1_phi
β’ IsAxiom h1_phi
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.T_14_10 | [287, 1] | [306, 20] | apply IsDeduct.assume_ | F : Formula
Ξ Ξ : Set Formula
h1_phi : Formula
h1_1 : h1_phi β Ξ
β’ IsDeduct (Ξ βͺ Ξ) h1_phi | case a
F : Formula
Ξ Ξ : Set Formula
h1_phi : Formula
h1_1 : h1_phi β Ξ
β’ h1_phi β Ξ βͺ Ξ | Please generate a tactic in lean4 to solve the state.
STATE:
F : Formula
Ξ Ξ : Set Formula
h1_phi : Formula
h1_1 : h1_phi β Ξ
β’ IsDeduct (Ξ βͺ Ξ) h1_phi
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.T_14_10 | [287, 1] | [306, 20] | simp | case a
F : Formula
Ξ Ξ : Set Formula
h1_phi : Formula
h1_1 : h1_phi β Ξ
β’ h1_phi β Ξ βͺ Ξ | case a
F : Formula
Ξ Ξ : Set Formula
h1_phi : Formula
h1_1 : h1_phi β Ξ
β’ h1_phi β Ξ β¨ h1_phi β Ξ | Please generate a tactic in lean4 to solve the state.
STATE:
case a
F : Formula
Ξ Ξ : Set Formula
h1_phi : Formula
h1_1 : h1_phi β Ξ
β’ h1_phi β Ξ βͺ Ξ
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.T_14_10 | [287, 1] | [306, 20] | left | case a
F : Formula
Ξ Ξ : Set Formula
h1_phi : Formula
h1_1 : h1_phi β Ξ
β’ h1_phi β Ξ β¨ h1_phi β Ξ | case a.h
F : Formula
Ξ Ξ : Set Formula
h1_phi : Formula
h1_1 : h1_phi β Ξ
β’ h1_phi β Ξ | Please generate a tactic in lean4 to solve the state.
STATE:
case a
F : Formula
Ξ Ξ : Set Formula
h1_phi : Formula
h1_1 : h1_phi β Ξ
β’ h1_phi β Ξ β¨ h1_phi β Ξ
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.T_14_10 | [287, 1] | [306, 20] | exact h1_1 | case a.h
F : Formula
Ξ Ξ : Set Formula
h1_phi : Formula
h1_1 : h1_phi β Ξ
β’ h1_phi β Ξ | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
case a.h
F : Formula
Ξ Ξ : Set Formula
h1_phi : Formula
h1_1 : h1_phi β Ξ
β’ h1_phi β Ξ
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.T_14_10 | [287, 1] | [306, 20] | apply IsDeduct.mp_ h1_phi | F : Formula
Ξ Ξ : Set Formula
h1_phi h1_psi : Formula
aβΒΉ : IsDeduct Ξ (h1_phi.imp_ h1_psi)
aβ : IsDeduct Ξ h1_phi
h1_ih_1 : IsDeduct (Ξ βͺ Ξ) (h1_phi.imp_ h1_psi)
h1_ih_2 : IsDeduct (Ξ βͺ Ξ) h1_phi
β’ IsDeduct (Ξ βͺ Ξ) h1_psi | case a
F : Formula
Ξ Ξ : Set Formula
h1_phi h1_psi : Formula
aβΒΉ : IsDeduct Ξ (h1_phi.imp_ h1_psi)
aβ : IsDeduct Ξ h1_phi
h1_ih_1 : IsDeduct (Ξ βͺ Ξ) (h1_phi.imp_ h1_psi)
h1_ih_2 : IsDeduct (Ξ βͺ Ξ) h1_phi
β’ IsDeduct (Ξ βͺ Ξ) (h1_phi.imp_ h1_psi)
case a
F : Formula
Ξ Ξ : Set Formula
h1_phi h1_psi : Formula
aβΒΉ : IsDeduct... | Please generate a tactic in lean4 to solve the state.
STATE:
F : Formula
Ξ Ξ : Set Formula
h1_phi h1_psi : Formula
aβΒΉ : IsDeduct Ξ (h1_phi.imp_ h1_psi)
aβ : IsDeduct Ξ h1_phi
h1_ih_1 : IsDeduct (Ξ βͺ Ξ) (h1_phi.imp_ h1_psi)
h1_ih_2 : IsDeduct (Ξ βͺ Ξ) h1_phi
β’ IsDeduct (Ξ βͺ Ξ) h1_psi
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.T_14_10 | [287, 1] | [306, 20] | exact h1_ih_1 | case a
F : Formula
Ξ Ξ : Set Formula
h1_phi h1_psi : Formula
aβΒΉ : IsDeduct Ξ (h1_phi.imp_ h1_psi)
aβ : IsDeduct Ξ h1_phi
h1_ih_1 : IsDeduct (Ξ βͺ Ξ) (h1_phi.imp_ h1_psi)
h1_ih_2 : IsDeduct (Ξ βͺ Ξ) h1_phi
β’ IsDeduct (Ξ βͺ Ξ) (h1_phi.imp_ h1_psi) | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
case a
F : Formula
Ξ Ξ : Set Formula
h1_phi h1_psi : Formula
aβΒΉ : IsDeduct Ξ (h1_phi.imp_ h1_psi)
aβ : IsDeduct Ξ h1_phi
h1_ih_1 : IsDeduct (Ξ βͺ Ξ) (h1_phi.imp_ h1_psi)
h1_ih_2 : IsDeduct (Ξ βͺ Ξ) h1_phi
β’ IsDeduct (Ξ βͺ Ξ) (h1_phi.imp_ h1_psi)
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.T_14_10 | [287, 1] | [306, 20] | exact h1_ih_2 | case a
F : Formula
Ξ Ξ : Set Formula
h1_phi h1_psi : Formula
aβΒΉ : IsDeduct Ξ (h1_phi.imp_ h1_psi)
aβ : IsDeduct Ξ h1_phi
h1_ih_1 : IsDeduct (Ξ βͺ Ξ) (h1_phi.imp_ h1_psi)
h1_ih_2 : IsDeduct (Ξ βͺ Ξ) h1_phi
β’ IsDeduct (Ξ βͺ Ξ) h1_phi | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
case a
F : Formula
Ξ Ξ : Set Formula
h1_phi h1_psi : Formula
aβΒΉ : IsDeduct Ξ (h1_phi.imp_ h1_psi)
aβ : IsDeduct Ξ h1_phi
h1_ih_1 : IsDeduct (Ξ βͺ Ξ) (h1_phi.imp_ h1_psi)
h1_ih_2 : IsDeduct (Ξ βͺ Ξ) h1_phi
β’ IsDeduct (Ξ βͺ Ξ) h1_phi
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.T_14_10_comm | [309, 1] | [316, 23] | simp only [Set.union_comm] | Q : Formula
Ξ : Set Formula
h1 : IsDeduct Ξ Q
β’ β (Ξ : Set Formula), IsDeduct (Ξ βͺ Ξ) Q | Q : Formula
Ξ : Set Formula
h1 : IsDeduct Ξ Q
β’ β (Ξ : Set Formula), IsDeduct (Ξ βͺ Ξ) Q | Please generate a tactic in lean4 to solve the state.
STATE:
Q : Formula
Ξ : Set Formula
h1 : IsDeduct Ξ Q
β’ β (Ξ : Set Formula), IsDeduct (Ξ βͺ Ξ) Q
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.T_14_10_comm | [309, 1] | [316, 23] | exact T_14_10 Q Ξ h1 | Q : Formula
Ξ : Set Formula
h1 : IsDeduct Ξ Q
β’ β (Ξ : Set Formula), IsDeduct (Ξ βͺ Ξ) Q | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
Q : Formula
Ξ : Set Formula
h1 : IsDeduct Ξ Q
β’ β (Ξ : Set Formula), IsDeduct (Ξ βͺ Ξ) Q
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.C_14_11 | [319, 1] | [327, 11] | intro Ξ | P : Formula
h1 : IsProof P
β’ β (Ξ : Set Formula), IsDeduct Ξ P | P : Formula
h1 : IsProof P
Ξ : Set Formula
β’ IsDeduct Ξ P | Please generate a tactic in lean4 to solve the state.
STATE:
P : Formula
h1 : IsProof P
β’ β (Ξ : Set Formula), IsDeduct Ξ P
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.C_14_11 | [319, 1] | [327, 11] | obtain s1 := T_14_10 P β
h1 Ξ | P : Formula
h1 : IsProof P
Ξ : Set Formula
β’ IsDeduct Ξ P | P : Formula
h1 : IsProof P
Ξ : Set Formula
s1 : IsDeduct (β
βͺ Ξ) P
β’ IsDeduct Ξ P | Please generate a tactic in lean4 to solve the state.
STATE:
P : Formula
h1 : IsProof P
Ξ : Set Formula
β’ IsDeduct Ξ P
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.C_14_11 | [319, 1] | [327, 11] | simp at s1 | P : Formula
h1 : IsProof P
Ξ : Set Formula
s1 : IsDeduct (β
βͺ Ξ) P
β’ IsDeduct Ξ P | P : Formula
h1 : IsProof P
Ξ : Set Formula
s1 : IsDeduct Ξ P
β’ IsDeduct Ξ P | Please generate a tactic in lean4 to solve the state.
STATE:
P : Formula
h1 : IsProof P
Ξ : Set Formula
s1 : IsDeduct (β
βͺ Ξ) P
β’ IsDeduct Ξ P
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.C_14_11 | [319, 1] | [327, 11] | exact s1 | P : Formula
h1 : IsProof P
Ξ : Set Formula
s1 : IsDeduct Ξ P
β’ IsDeduct Ξ P | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
P : Formula
h1 : IsProof P
Ξ : Set Formula
s1 : IsDeduct Ξ P
β’ IsDeduct Ξ P
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.T_14_3 | [333, 1] | [366, 20] | induction h1 | P Q : Formula
Ξ : Set Formula
h1 : IsDeduct (Ξ βͺ {P}) Q
β’ IsDeduct Ξ (P.imp_ Q) | case axiom_
P Q : Formula
Ξ : Set Formula
phiβ : Formula
aβ : IsAxiom phiβ
β’ IsDeduct Ξ (P.imp_ phiβ)
case assume_
P Q : Formula
Ξ : Set Formula
phiβ : Formula
aβ : phiβ β Ξ βͺ {P}
β’ IsDeduct Ξ (P.imp_ phiβ)
case mp_
P Q : Formula
Ξ : Set Formula
phiβ psiβ : Formula
aβΒΉ : IsDeduct (Ξ βͺ {P}) (phiβ.imp_ psiβ)
aβ : IsDed... | Please generate a tactic in lean4 to solve the state.
STATE:
P Q : Formula
Ξ : Set Formula
h1 : IsDeduct (Ξ βͺ {P}) Q
β’ IsDeduct Ξ (P.imp_ Q)
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.T_14_3 | [333, 1] | [366, 20] | apply IsDeduct.mp_ h1_phi | P Q : Formula
Ξ : Set Formula
h1_phi : Formula
h1_1 : IsAxiom h1_phi
β’ IsDeduct Ξ (P.imp_ h1_phi) | case a
P Q : Formula
Ξ : Set Formula
h1_phi : Formula
h1_1 : IsAxiom h1_phi
β’ IsDeduct Ξ (h1_phi.imp_ (P.imp_ h1_phi))
case a
P Q : Formula
Ξ : Set Formula
h1_phi : Formula
h1_1 : IsAxiom h1_phi
β’ IsDeduct Ξ h1_phi | Please generate a tactic in lean4 to solve the state.
STATE:
P Q : Formula
Ξ : Set Formula
h1_phi : Formula
h1_1 : IsAxiom h1_phi
β’ IsDeduct Ξ (P.imp_ h1_phi)
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.T_14_3 | [333, 1] | [366, 20] | apply IsDeduct.axiom_ | case a
P Q : Formula
Ξ : Set Formula
h1_phi : Formula
h1_1 : IsAxiom h1_phi
β’ IsDeduct Ξ (h1_phi.imp_ (P.imp_ h1_phi)) | case a.a
P Q : Formula
Ξ : Set Formula
h1_phi : Formula
h1_1 : IsAxiom h1_phi
β’ IsAxiom (h1_phi.imp_ (P.imp_ h1_phi)) | Please generate a tactic in lean4 to solve the state.
STATE:
case a
P Q : Formula
Ξ : Set Formula
h1_phi : Formula
h1_1 : IsAxiom h1_phi
β’ IsDeduct Ξ (h1_phi.imp_ (P.imp_ h1_phi))
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.T_14_3 | [333, 1] | [366, 20] | exact IsAxiom.prop_1_ h1_phi P | case a.a
P Q : Formula
Ξ : Set Formula
h1_phi : Formula
h1_1 : IsAxiom h1_phi
β’ IsAxiom (h1_phi.imp_ (P.imp_ h1_phi)) | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
case a.a
P Q : Formula
Ξ : Set Formula
h1_phi : Formula
h1_1 : IsAxiom h1_phi
β’ IsAxiom (h1_phi.imp_ (P.imp_ h1_phi))
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.T_14_3 | [333, 1] | [366, 20] | apply IsDeduct.axiom_ | case a
P Q : Formula
Ξ : Set Formula
h1_phi : Formula
h1_1 : IsAxiom h1_phi
β’ IsDeduct Ξ h1_phi | case a.a
P Q : Formula
Ξ : Set Formula
h1_phi : Formula
h1_1 : IsAxiom h1_phi
β’ IsAxiom h1_phi | Please generate a tactic in lean4 to solve the state.
STATE:
case a
P Q : Formula
Ξ : Set Formula
h1_phi : Formula
h1_1 : IsAxiom h1_phi
β’ IsDeduct Ξ h1_phi
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.T_14_3 | [333, 1] | [366, 20] | exact h1_1 | case a.a
P Q : Formula
Ξ : Set Formula
h1_phi : Formula
h1_1 : IsAxiom h1_phi
β’ IsAxiom h1_phi | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
case a.a
P Q : Formula
Ξ : Set Formula
h1_phi : Formula
h1_1 : IsAxiom h1_phi
β’ IsAxiom h1_phi
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.T_14_3 | [333, 1] | [366, 20] | simp at h1_1 | P Q : Formula
Ξ : Set Formula
h1_phi : Formula
h1_1 : h1_phi β Ξ βͺ {P}
β’ IsDeduct Ξ (P.imp_ h1_phi) | P Q : Formula
Ξ : Set Formula
h1_phi : Formula
h1_1 : h1_phi = P β¨ h1_phi β Ξ
β’ IsDeduct Ξ (P.imp_ h1_phi) | Please generate a tactic in lean4 to solve the state.
STATE:
P Q : Formula
Ξ : Set Formula
h1_phi : Formula
h1_1 : h1_phi β Ξ βͺ {P}
β’ IsDeduct Ξ (P.imp_ h1_phi)
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.T_14_3 | [333, 1] | [366, 20] | cases h1_1 | P Q : Formula
Ξ : Set Formula
h1_phi : Formula
h1_1 : h1_phi = P β¨ h1_phi β Ξ
β’ IsDeduct Ξ (P.imp_ h1_phi) | case inl
P Q : Formula
Ξ : Set Formula
h1_phi : Formula
hβ : h1_phi = P
β’ IsDeduct Ξ (P.imp_ h1_phi)
case inr
P Q : Formula
Ξ : Set Formula
h1_phi : Formula
hβ : h1_phi β Ξ
β’ IsDeduct Ξ (P.imp_ h1_phi) | Please generate a tactic in lean4 to solve the state.
STATE:
P Q : Formula
Ξ : Set Formula
h1_phi : Formula
h1_1 : h1_phi = P β¨ h1_phi β Ξ
β’ IsDeduct Ξ (P.imp_ h1_phi)
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.T_14_3 | [333, 1] | [366, 20] | case inl h1_1 =>
subst h1_1
apply proof_imp_deduct
exact prop_id h1_phi | P Q : Formula
Ξ : Set Formula
h1_phi : Formula
h1_1 : h1_phi = P
β’ IsDeduct Ξ (P.imp_ h1_phi) | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
P Q : Formula
Ξ : Set Formula
h1_phi : Formula
h1_1 : h1_phi = P
β’ IsDeduct Ξ (P.imp_ h1_phi)
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.T_14_3 | [333, 1] | [366, 20] | subst h1_1 | P Q : Formula
Ξ : Set Formula
h1_phi : Formula
h1_1 : h1_phi = P
β’ IsDeduct Ξ (P.imp_ h1_phi) | Q : Formula
Ξ : Set Formula
h1_phi : Formula
β’ IsDeduct Ξ (h1_phi.imp_ h1_phi) | Please generate a tactic in lean4 to solve the state.
STATE:
P Q : Formula
Ξ : Set Formula
h1_phi : Formula
h1_1 : h1_phi = P
β’ IsDeduct Ξ (P.imp_ h1_phi)
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.T_14_3 | [333, 1] | [366, 20] | apply proof_imp_deduct | Q : Formula
Ξ : Set Formula
h1_phi : Formula
β’ IsDeduct Ξ (h1_phi.imp_ h1_phi) | case h1
Q : Formula
Ξ : Set Formula
h1_phi : Formula
β’ IsProof (h1_phi.imp_ h1_phi) | Please generate a tactic in lean4 to solve the state.
STATE:
Q : Formula
Ξ : Set Formula
h1_phi : Formula
β’ IsDeduct Ξ (h1_phi.imp_ h1_phi)
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.T_14_3 | [333, 1] | [366, 20] | exact prop_id h1_phi | case h1
Q : Formula
Ξ : Set Formula
h1_phi : Formula
β’ IsProof (h1_phi.imp_ h1_phi) | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
case h1
Q : Formula
Ξ : Set Formula
h1_phi : Formula
β’ IsProof (h1_phi.imp_ h1_phi)
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.T_14_3 | [333, 1] | [366, 20] | apply IsDeduct.mp_ h1_phi | P Q : Formula
Ξ : Set Formula
h1_phi : Formula
h1_1 : h1_phi β Ξ
β’ IsDeduct Ξ (P.imp_ h1_phi) | case a
P Q : Formula
Ξ : Set Formula
h1_phi : Formula
h1_1 : h1_phi β Ξ
β’ IsDeduct Ξ (h1_phi.imp_ (P.imp_ h1_phi))
case a
P Q : Formula
Ξ : Set Formula
h1_phi : Formula
h1_1 : h1_phi β Ξ
β’ IsDeduct Ξ h1_phi | Please generate a tactic in lean4 to solve the state.
STATE:
P Q : Formula
Ξ : Set Formula
h1_phi : Formula
h1_1 : h1_phi β Ξ
β’ IsDeduct Ξ (P.imp_ h1_phi)
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.T_14_3 | [333, 1] | [366, 20] | apply IsDeduct.axiom_ | case a
P Q : Formula
Ξ : Set Formula
h1_phi : Formula
h1_1 : h1_phi β Ξ
β’ IsDeduct Ξ (h1_phi.imp_ (P.imp_ h1_phi)) | case a.a
P Q : Formula
Ξ : Set Formula
h1_phi : Formula
h1_1 : h1_phi β Ξ
β’ IsAxiom (h1_phi.imp_ (P.imp_ h1_phi)) | Please generate a tactic in lean4 to solve the state.
STATE:
case a
P Q : Formula
Ξ : Set Formula
h1_phi : Formula
h1_1 : h1_phi β Ξ
β’ IsDeduct Ξ (h1_phi.imp_ (P.imp_ h1_phi))
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.T_14_3 | [333, 1] | [366, 20] | exact IsAxiom.prop_1_ h1_phi P | case a.a
P Q : Formula
Ξ : Set Formula
h1_phi : Formula
h1_1 : h1_phi β Ξ
β’ IsAxiom (h1_phi.imp_ (P.imp_ h1_phi)) | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
case a.a
P Q : Formula
Ξ : Set Formula
h1_phi : Formula
h1_1 : h1_phi β Ξ
β’ IsAxiom (h1_phi.imp_ (P.imp_ h1_phi))
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.T_14_3 | [333, 1] | [366, 20] | apply IsDeduct.assume_ | case a
P Q : Formula
Ξ : Set Formula
h1_phi : Formula
h1_1 : h1_phi β Ξ
β’ IsDeduct Ξ h1_phi | case a.a
P Q : Formula
Ξ : Set Formula
h1_phi : Formula
h1_1 : h1_phi β Ξ
β’ h1_phi β Ξ | Please generate a tactic in lean4 to solve the state.
STATE:
case a
P Q : Formula
Ξ : Set Formula
h1_phi : Formula
h1_1 : h1_phi β Ξ
β’ IsDeduct Ξ h1_phi
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.T_14_3 | [333, 1] | [366, 20] | exact h1_1 | case a.a
P Q : Formula
Ξ : Set Formula
h1_phi : Formula
h1_1 : h1_phi β Ξ
β’ h1_phi β Ξ | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
case a.a
P Q : Formula
Ξ : Set Formula
h1_phi : Formula
h1_1 : h1_phi β Ξ
β’ h1_phi β Ξ
TACTIC:
|
https://github.com/pthomas505/FOL.git | 097a4abea51b641d144539b9a0f7516f3b9d818c | FOL/NV/Margaris/Prop.lean | FOL.NV.T_14_3 | [333, 1] | [366, 20] | apply IsDeduct.mp_ (P.imp_ h1_phi) | P Q : Formula
Ξ : Set Formula
h1_phi h1_psi : Formula
aβΒΉ : IsDeduct (Ξ βͺ {P}) (h1_phi.imp_ h1_psi)
aβ : IsDeduct (Ξ βͺ {P}) h1_phi
h1_ih_1 : IsDeduct Ξ (P.imp_ (h1_phi.imp_ h1_psi))
h1_ih_2 : IsDeduct Ξ (P.imp_ h1_phi)
β’ IsDeduct Ξ (P.imp_ h1_psi) | case a
P Q : Formula
Ξ : Set Formula
h1_phi h1_psi : Formula
aβΒΉ : IsDeduct (Ξ βͺ {P}) (h1_phi.imp_ h1_psi)
aβ : IsDeduct (Ξ βͺ {P}) h1_phi
h1_ih_1 : IsDeduct Ξ (P.imp_ (h1_phi.imp_ h1_psi))
h1_ih_2 : IsDeduct Ξ (P.imp_ h1_phi)
β’ IsDeduct Ξ ((P.imp_ h1_phi).imp_ (P.imp_ h1_psi))
case a
P Q : Formula
Ξ : Set Formula
h1_p... | Please generate a tactic in lean4 to solve the state.
STATE:
P Q : Formula
Ξ : Set Formula
h1_phi h1_psi : Formula
aβΒΉ : IsDeduct (Ξ βͺ {P}) (h1_phi.imp_ h1_psi)
aβ : IsDeduct (Ξ βͺ {P}) h1_phi
h1_ih_1 : IsDeduct Ξ (P.imp_ (h1_phi.imp_ h1_psi))
h1_ih_2 : IsDeduct Ξ (P.imp_ h1_phi)
β’ IsDeduct Ξ (P.imp_ h1_psi)
TACTIC:
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.