Dataset Viewer
Auto-converted to Parquet Duplicate
file
stringlengths
21
79
dependencies
sequencelengths
1
16
definitions
listlengths
1
625
theorem_idx
int64
0
574
theorem
stringlengths
3
121
theorem_loc
sequencelengths
2
2
tactic_idx
int64
0
155
tactic_len
int64
1
156
tactic
stringlengths
3
5.76k
state_before
stringlengths
7
13.6k
state_after
stringlengths
7
13.6k
Mathlib/SetTheory/ZFC/Ordinal.lean
[ [ "Mathlib.SetTheory.ZFC.Basic", "Mathlib/SetTheory/ZFC/Basic.lean" ], [ "Init", ".lake/packages/lean4/src/lean/Init.lean" ] ]
[ { "code": "def IsTransitive (x : ZFSet) : Prop :=\n βˆ€ y ∈ x, y βŠ† x", "end": [ 41, 17 ], "full_name": "ZFSet.IsTransitive", "kind": "commanddeclaration", "start": [ 39, 1 ] }, { "code": "@[simp]\ntheorem empty_isTransitive : IsTransitive βˆ…", "end": [ ...
6
ZFSet.IsTransitive.union
[ [ 78, 29 ], [ 84, 14 ] ]
0
6
rw [← sUnion_pair]
x y z : ZFSet hx : x.IsTransitive hy : y.IsTransitive ⊒ (x βˆͺ y).IsTransitive
x y z : ZFSet hx : x.IsTransitive hy : y.IsTransitive ⊒ (⋃₀ {x, y}).IsTransitive
Mathlib/SetTheory/ZFC/Ordinal.lean
[ [ "Mathlib.SetTheory.ZFC.Basic", "Mathlib/SetTheory/ZFC/Basic.lean" ], [ "Init", ".lake/packages/lean4/src/lean/Init.lean" ] ]
[ { "code": "def IsTransitive (x : ZFSet) : Prop :=\n βˆ€ y ∈ x, y βŠ† x", "end": [ 41, 17 ], "full_name": "ZFSet.IsTransitive", "kind": "commanddeclaration", "start": [ 39, 1 ] }, { "code": "@[simp]\ntheorem empty_isTransitive : IsTransitive βˆ…", "end": [ ...
6
ZFSet.IsTransitive.union
[ [ 78, 29 ], [ 84, 14 ] ]
1
6
apply IsTransitive.sUnion' fun z => _
x y z : ZFSet hx : x.IsTransitive hy : y.IsTransitive ⊒ (⋃₀ {x, y}).IsTransitive
x y z : ZFSet hx : x.IsTransitive hy : y.IsTransitive ⊒ βˆ€ z ∈ {x, y}, z.IsTransitive
Mathlib/SetTheory/ZFC/Ordinal.lean
[ [ "Mathlib.SetTheory.ZFC.Basic", "Mathlib/SetTheory/ZFC/Basic.lean" ], [ "Init", ".lake/packages/lean4/src/lean/Init.lean" ] ]
[ { "code": "def IsTransitive (x : ZFSet) : Prop :=\n βˆ€ y ∈ x, y βŠ† x", "end": [ 41, 17 ], "full_name": "ZFSet.IsTransitive", "kind": "commanddeclaration", "start": [ 39, 1 ] }, { "code": "@[simp]\ntheorem empty_isTransitive : IsTransitive βˆ…", "end": [ ...
6
ZFSet.IsTransitive.union
[ [ 78, 29 ], [ 84, 14 ] ]
2
6
intro
x y z : ZFSet hx : x.IsTransitive hy : y.IsTransitive ⊒ βˆ€ z ∈ {x, y}, z.IsTransitive
x y z : ZFSet hx : x.IsTransitive hy : y.IsTransitive z✝ : ZFSet ⊒ z✝ ∈ {x, y} β†’ z✝.IsTransitive
Mathlib/SetTheory/ZFC/Ordinal.lean
[ [ "Mathlib.SetTheory.ZFC.Basic", "Mathlib/SetTheory/ZFC/Basic.lean" ], [ "Init", ".lake/packages/lean4/src/lean/Init.lean" ] ]
[ { "code": "def IsTransitive (x : ZFSet) : Prop :=\n βˆ€ y ∈ x, y βŠ† x", "end": [ 41, 17 ], "full_name": "ZFSet.IsTransitive", "kind": "commanddeclaration", "start": [ 39, 1 ] }, { "code": "@[simp]\ntheorem empty_isTransitive : IsTransitive βˆ…", "end": [ ...
6
ZFSet.IsTransitive.union
[ [ 78, 29 ], [ 84, 14 ] ]
3
6
rw [mem_pair]
x y z : ZFSet hx : x.IsTransitive hy : y.IsTransitive z✝ : ZFSet ⊒ z✝ ∈ {x, y} β†’ z✝.IsTransitive
x y z : ZFSet hx : x.IsTransitive hy : y.IsTransitive z✝ : ZFSet ⊒ z✝ = x ∨ z✝ = y β†’ z✝.IsTransitive
Mathlib/SetTheory/ZFC/Ordinal.lean
[ [ "Mathlib.SetTheory.ZFC.Basic", "Mathlib/SetTheory/ZFC/Basic.lean" ], [ "Init", ".lake/packages/lean4/src/lean/Init.lean" ] ]
[ { "code": "def IsTransitive (x : ZFSet) : Prop :=\n βˆ€ y ∈ x, y βŠ† x", "end": [ 41, 17 ], "full_name": "ZFSet.IsTransitive", "kind": "commanddeclaration", "start": [ 39, 1 ] }, { "code": "@[simp]\ntheorem empty_isTransitive : IsTransitive βˆ…", "end": [ ...
6
ZFSet.IsTransitive.union
[ [ 78, 29 ], [ 84, 14 ] ]
4
6
rintro (rfl | rfl)
x y z : ZFSet hx : x.IsTransitive hy : y.IsTransitive z✝ : ZFSet ⊒ z✝ = x ∨ z✝ = y β†’ z✝.IsTransitive
case inl y z : ZFSet hy : y.IsTransitive z✝ : ZFSet hx : z✝.IsTransitive ⊒ z✝.IsTransitive case inr x z : ZFSet hx : x.IsTransitive z✝ : ZFSet hy : z✝.IsTransitive ⊒ z✝.IsTransitive
Mathlib/SetTheory/ZFC/Ordinal.lean
[ [ "Mathlib.SetTheory.ZFC.Basic", "Mathlib/SetTheory/ZFC/Basic.lean" ], [ "Init", ".lake/packages/lean4/src/lean/Init.lean" ] ]
[ { "code": "def IsTransitive (x : ZFSet) : Prop :=\n βˆ€ y ∈ x, y βŠ† x", "end": [ 41, 17 ], "full_name": "ZFSet.IsTransitive", "kind": "commanddeclaration", "start": [ 39, 1 ] }, { "code": "@[simp]\ntheorem empty_isTransitive : IsTransitive βˆ…", "end": [ ...
6
ZFSet.IsTransitive.union
[ [ 78, 29 ], [ 84, 14 ] ]
5
6
assumption'
case inl y z : ZFSet hy : y.IsTransitive z✝ : ZFSet hx : z✝.IsTransitive ⊒ z✝.IsTransitive case inr x z : ZFSet hx : x.IsTransitive z✝ : ZFSet hy : z✝.IsTransitive ⊒ z✝.IsTransitive
no goals
Mathlib/SetTheory/Surreal/Multiplication.lean
[ [ "Mathlib.SetTheory.Surreal.Basic", "Mathlib/SetTheory/Surreal/Basic.lean" ], [ "Mathlib.Logic.Hydra", "Mathlib/Logic/Hydra.lean" ], [ "Init", ".lake/packages/lean4/src/lean/Init.lean" ] ]
[ { "code": "def P1 (x₁ xβ‚‚ x₃ y₁ yβ‚‚ y₃ : PGame) :=\n ⟦x₁ * yβ‚βŸ§ + ⟦xβ‚‚ * yβ‚‚βŸ§ - ⟦x₁ * yβ‚‚βŸ§ < ⟦x₃ * yβ‚βŸ§ + ⟦xβ‚‚ * yβ‚ƒβŸ§ - (⟦x₃ * yβ‚ƒβŸ§ : Game)", "end": [ 74, 81 ], "full_name": "Surreal.Multiplication.P1", "kind": "commanddeclaration", "start": [ 71, 1 ] }, { "code": ...
0
Surreal.Multiplication.P3_comm
[ [ 96, 52 ], [ 98, 34 ] ]
0
2
rw [P3, P3, add_comm]
x x₁ xβ‚‚ x₃ x' y y₁ yβ‚‚ y₃ y' : PGame ⊒ P3 x₁ xβ‚‚ y₁ yβ‚‚ ↔ P3 y₁ yβ‚‚ x₁ xβ‚‚
x x₁ xβ‚‚ x₃ x' y y₁ yβ‚‚ y₃ y' : PGame ⊒ ⟦xβ‚‚ * yβ‚βŸ§ + ⟦x₁ * yβ‚‚βŸ§ < ⟦x₁ * yβ‚βŸ§ + ⟦xβ‚‚ * yβ‚‚βŸ§ ↔ ⟦y₁ * xβ‚‚βŸ§ + ⟦yβ‚‚ * xβ‚βŸ§ < ⟦y₁ * xβ‚βŸ§ + ⟦yβ‚‚ * xβ‚‚βŸ§
Mathlib/SetTheory/Surreal/Multiplication.lean
[ [ "Mathlib.SetTheory.Surreal.Basic", "Mathlib/SetTheory/Surreal/Basic.lean" ], [ "Mathlib.Logic.Hydra", "Mathlib/Logic/Hydra.lean" ], [ "Init", ".lake/packages/lean4/src/lean/Init.lean" ] ]
[ { "code": "def P1 (x₁ xβ‚‚ x₃ y₁ yβ‚‚ y₃ : PGame) :=\n ⟦x₁ * yβ‚βŸ§ + ⟦xβ‚‚ * yβ‚‚βŸ§ - ⟦x₁ * yβ‚‚βŸ§ < ⟦x₃ * yβ‚βŸ§ + ⟦xβ‚‚ * yβ‚ƒβŸ§ - (⟦x₃ * yβ‚ƒβŸ§ : Game)", "end": [ 74, 81 ], "full_name": "Surreal.Multiplication.P1", "kind": "commanddeclaration", "start": [ 71, 1 ] }, { "code": ...
0
Surreal.Multiplication.P3_comm
[ [ 96, 52 ], [ 98, 34 ] ]
1
2
congr! 2 <;> rw [quot_mul_comm]
x x₁ xβ‚‚ x₃ x' y y₁ yβ‚‚ y₃ y' : PGame ⊒ ⟦xβ‚‚ * yβ‚βŸ§ + ⟦x₁ * yβ‚‚βŸ§ < ⟦x₁ * yβ‚βŸ§ + ⟦xβ‚‚ * yβ‚‚βŸ§ ↔ ⟦y₁ * xβ‚‚βŸ§ + ⟦yβ‚‚ * xβ‚βŸ§ < ⟦y₁ * xβ‚βŸ§ + ⟦yβ‚‚ * xβ‚‚βŸ§
no goals
Mathlib/SetTheory/Surreal/Multiplication.lean
[ [ "Mathlib.SetTheory.Surreal.Basic", "Mathlib/SetTheory/Surreal/Basic.lean" ], [ "Mathlib.Logic.Hydra", "Mathlib/Logic/Hydra.lean" ], [ "Init", ".lake/packages/lean4/src/lean/Init.lean" ] ]
[ { "code": "def P1 (x₁ xβ‚‚ x₃ y₁ yβ‚‚ y₃ : PGame) :=\n ⟦x₁ * yβ‚βŸ§ + ⟦xβ‚‚ * yβ‚‚βŸ§ - ⟦x₁ * yβ‚‚βŸ§ < ⟦x₃ * yβ‚βŸ§ + ⟦xβ‚‚ * yβ‚ƒβŸ§ - (⟦x₃ * yβ‚ƒβŸ§ : Game)", "end": [ 74, 81 ], "full_name": "Surreal.Multiplication.P1", "kind": "commanddeclaration", "start": [ 71, 1 ] }, { "code": ...
1
Surreal.Multiplication.P3.trans
[ [ 100, 80 ], [ 103, 44 ] ]
0
3
rw [P3] at h₁ hβ‚‚
x x₁ xβ‚‚ x₃ x' y y₁ yβ‚‚ y₃ y' : PGame h₁ : P3 x₁ xβ‚‚ y₁ yβ‚‚ hβ‚‚ : P3 xβ‚‚ x₃ y₁ yβ‚‚ ⊒ P3 x₁ x₃ y₁ yβ‚‚
x x₁ xβ‚‚ x₃ x' y y₁ yβ‚‚ y₃ y' : PGame h₁ : ⟦x₁ * yβ‚‚βŸ§ + ⟦xβ‚‚ * yβ‚βŸ§ < ⟦x₁ * yβ‚βŸ§ + ⟦xβ‚‚ * yβ‚‚βŸ§ hβ‚‚ : ⟦xβ‚‚ * yβ‚‚βŸ§ + ⟦x₃ * yβ‚βŸ§ < ⟦xβ‚‚ * yβ‚βŸ§ + ⟦x₃ * yβ‚‚βŸ§ ⊒ P3 x₁ x₃ y₁ yβ‚‚
Mathlib/SetTheory/Surreal/Multiplication.lean
[ [ "Mathlib.SetTheory.Surreal.Basic", "Mathlib/SetTheory/Surreal/Basic.lean" ], [ "Mathlib.Logic.Hydra", "Mathlib/Logic/Hydra.lean" ], [ "Init", ".lake/packages/lean4/src/lean/Init.lean" ] ]
[ { "code": "def P1 (x₁ xβ‚‚ x₃ y₁ yβ‚‚ y₃ : PGame) :=\n ⟦x₁ * yβ‚βŸ§ + ⟦xβ‚‚ * yβ‚‚βŸ§ - ⟦x₁ * yβ‚‚βŸ§ < ⟦x₃ * yβ‚βŸ§ + ⟦xβ‚‚ * yβ‚ƒβŸ§ - (⟦x₃ * yβ‚ƒβŸ§ : Game)", "end": [ 74, 81 ], "full_name": "Surreal.Multiplication.P1", "kind": "commanddeclaration", "start": [ 71, 1 ] }, { "code": ...
1
Surreal.Multiplication.P3.trans
[ [ 100, 80 ], [ 103, 44 ] ]
1
3
rw [P3, ← add_lt_add_iff_left (⟦xβ‚‚ * yβ‚βŸ§ + ⟦xβ‚‚ * yβ‚‚βŸ§)]
x x₁ xβ‚‚ x₃ x' y y₁ yβ‚‚ y₃ y' : PGame h₁ : ⟦x₁ * yβ‚‚βŸ§ + ⟦xβ‚‚ * yβ‚βŸ§ < ⟦x₁ * yβ‚βŸ§ + ⟦xβ‚‚ * yβ‚‚βŸ§ hβ‚‚ : ⟦xβ‚‚ * yβ‚‚βŸ§ + ⟦x₃ * yβ‚βŸ§ < ⟦xβ‚‚ * yβ‚βŸ§ + ⟦x₃ * yβ‚‚βŸ§ ⊒ P3 x₁ x₃ y₁ yβ‚‚
x x₁ xβ‚‚ x₃ x' y y₁ yβ‚‚ y₃ y' : PGame h₁ : ⟦x₁ * yβ‚‚βŸ§ + ⟦xβ‚‚ * yβ‚βŸ§ < ⟦x₁ * yβ‚βŸ§ + ⟦xβ‚‚ * yβ‚‚βŸ§ hβ‚‚ : ⟦xβ‚‚ * yβ‚‚βŸ§ + ⟦x₃ * yβ‚βŸ§ < ⟦xβ‚‚ * yβ‚βŸ§ + ⟦x₃ * yβ‚‚βŸ§ ⊒ ⟦xβ‚‚ * yβ‚βŸ§ + ⟦xβ‚‚ * yβ‚‚βŸ§ + (⟦x₁ * yβ‚‚βŸ§ + ⟦x₃ * yβ‚βŸ§) < ⟦xβ‚‚ * yβ‚βŸ§ + ⟦xβ‚‚ * yβ‚‚βŸ§ + (⟦x₁ * yβ‚βŸ§ + ⟦x₃ * yβ‚‚βŸ§)
Mathlib/SetTheory/Surreal/Multiplication.lean
[ [ "Mathlib.SetTheory.Surreal.Basic", "Mathlib/SetTheory/Surreal/Basic.lean" ], [ "Mathlib.Logic.Hydra", "Mathlib/Logic/Hydra.lean" ], [ "Init", ".lake/packages/lean4/src/lean/Init.lean" ] ]
[ { "code": "def P1 (x₁ xβ‚‚ x₃ y₁ yβ‚‚ y₃ : PGame) :=\n ⟦x₁ * yβ‚βŸ§ + ⟦xβ‚‚ * yβ‚‚βŸ§ - ⟦x₁ * yβ‚‚βŸ§ < ⟦x₃ * yβ‚βŸ§ + ⟦xβ‚‚ * yβ‚ƒβŸ§ - (⟦x₃ * yβ‚ƒβŸ§ : Game)", "end": [ 74, 81 ], "full_name": "Surreal.Multiplication.P1", "kind": "commanddeclaration", "start": [ 71, 1 ] }, { "code": ...
1
Surreal.Multiplication.P3.trans
[ [ 100, 80 ], [ 103, 44 ] ]
2
3
convert add_lt_add h₁ hβ‚‚ using 1 <;> abel
x x₁ xβ‚‚ x₃ x' y y₁ yβ‚‚ y₃ y' : PGame h₁ : ⟦x₁ * yβ‚‚βŸ§ + ⟦xβ‚‚ * yβ‚βŸ§ < ⟦x₁ * yβ‚βŸ§ + ⟦xβ‚‚ * yβ‚‚βŸ§ hβ‚‚ : ⟦xβ‚‚ * yβ‚‚βŸ§ + ⟦x₃ * yβ‚βŸ§ < ⟦xβ‚‚ * yβ‚βŸ§ + ⟦x₃ * yβ‚‚βŸ§ ⊒ ⟦xβ‚‚ * yβ‚βŸ§ + ⟦xβ‚‚ * yβ‚‚βŸ§ + (⟦x₁ * yβ‚‚βŸ§ + ⟦x₃ * yβ‚βŸ§) < ⟦xβ‚‚ * yβ‚βŸ§ + ⟦xβ‚‚ * yβ‚‚βŸ§ + (⟦x₁ * yβ‚βŸ§ + ⟦x₃ * yβ‚‚βŸ§)
no goals
Mathlib/SetTheory/Surreal/Multiplication.lean
[ [ "Mathlib.SetTheory.Surreal.Basic", "Mathlib/SetTheory/Surreal/Basic.lean" ], [ "Mathlib.Logic.Hydra", "Mathlib/Logic/Hydra.lean" ], [ "Init", ".lake/packages/lean4/src/lean/Init.lean" ] ]
[ { "code": "def P1 (x₁ xβ‚‚ x₃ y₁ yβ‚‚ y₃ : PGame) :=\n ⟦x₁ * yβ‚βŸ§ + ⟦xβ‚‚ * yβ‚‚βŸ§ - ⟦x₁ * yβ‚‚βŸ§ < ⟦x₃ * yβ‚βŸ§ + ⟦xβ‚‚ * yβ‚ƒβŸ§ - (⟦x₃ * yβ‚ƒβŸ§ : Game)", "end": [ 74, 81 ], "full_name": "Surreal.Multiplication.P1", "kind": "commanddeclaration", "start": [ 71, 1 ] }, { "code": ...
2
Surreal.Multiplication.P3_neg
[ [ 105, 57 ], [ 108, 10 ] ]
0
3
simp_rw [P3, quot_neg_mul]
x x₁ xβ‚‚ x₃ x' y y₁ yβ‚‚ y₃ y' : PGame ⊒ P3 x₁ xβ‚‚ y₁ yβ‚‚ ↔ P3 (-xβ‚‚) (-x₁) y₁ yβ‚‚
x x₁ xβ‚‚ x₃ x' y y₁ yβ‚‚ y₃ y' : PGame ⊒ ⟦x₁ * yβ‚‚βŸ§ + ⟦xβ‚‚ * yβ‚βŸ§ < ⟦x₁ * yβ‚βŸ§ + ⟦xβ‚‚ * yβ‚‚βŸ§ ↔ -⟦xβ‚‚ * yβ‚‚βŸ§ + -⟦x₁ * yβ‚βŸ§ < -⟦xβ‚‚ * yβ‚βŸ§ + -⟦x₁ * yβ‚‚βŸ§
Mathlib/SetTheory/Surreal/Multiplication.lean
[ [ "Mathlib.SetTheory.Surreal.Basic", "Mathlib/SetTheory/Surreal/Basic.lean" ], [ "Mathlib.Logic.Hydra", "Mathlib/Logic/Hydra.lean" ], [ "Init", ".lake/packages/lean4/src/lean/Init.lean" ] ]
[ { "code": "def P1 (x₁ xβ‚‚ x₃ y₁ yβ‚‚ y₃ : PGame) :=\n ⟦x₁ * yβ‚βŸ§ + ⟦xβ‚‚ * yβ‚‚βŸ§ - ⟦x₁ * yβ‚‚βŸ§ < ⟦x₃ * yβ‚βŸ§ + ⟦xβ‚‚ * yβ‚ƒβŸ§ - (⟦x₃ * yβ‚ƒβŸ§ : Game)", "end": [ 74, 81 ], "full_name": "Surreal.Multiplication.P1", "kind": "commanddeclaration", "start": [ 71, 1 ] }, { "code": ...
2
Surreal.Multiplication.P3_neg
[ [ 105, 57 ], [ 108, 10 ] ]
1
3
rw [← _root_.neg_lt_neg_iff]
x x₁ xβ‚‚ x₃ x' y y₁ yβ‚‚ y₃ y' : PGame ⊒ ⟦x₁ * yβ‚‚βŸ§ + ⟦xβ‚‚ * yβ‚βŸ§ < ⟦x₁ * yβ‚βŸ§ + ⟦xβ‚‚ * yβ‚‚βŸ§ ↔ -⟦xβ‚‚ * yβ‚‚βŸ§ + -⟦x₁ * yβ‚βŸ§ < -⟦xβ‚‚ * yβ‚βŸ§ + -⟦x₁ * yβ‚‚βŸ§
x x₁ xβ‚‚ x₃ x' y y₁ yβ‚‚ y₃ y' : PGame ⊒ -(⟦x₁ * yβ‚βŸ§ + ⟦xβ‚‚ * yβ‚‚βŸ§) < -(⟦x₁ * yβ‚‚βŸ§ + ⟦xβ‚‚ * yβ‚βŸ§) ↔ -⟦xβ‚‚ * yβ‚‚βŸ§ + -⟦x₁ * yβ‚βŸ§ < -⟦xβ‚‚ * yβ‚βŸ§ + -⟦x₁ * yβ‚‚βŸ§
Mathlib/SetTheory/Surreal/Multiplication.lean
[ [ "Mathlib.SetTheory.Surreal.Basic", "Mathlib/SetTheory/Surreal/Basic.lean" ], [ "Mathlib.Logic.Hydra", "Mathlib/Logic/Hydra.lean" ], [ "Init", ".lake/packages/lean4/src/lean/Init.lean" ] ]
[ { "code": "def P1 (x₁ xβ‚‚ x₃ y₁ yβ‚‚ y₃ : PGame) :=\n ⟦x₁ * yβ‚βŸ§ + ⟦xβ‚‚ * yβ‚‚βŸ§ - ⟦x₁ * yβ‚‚βŸ§ < ⟦x₃ * yβ‚βŸ§ + ⟦xβ‚‚ * yβ‚ƒβŸ§ - (⟦x₃ * yβ‚ƒβŸ§ : Game)", "end": [ 74, 81 ], "full_name": "Surreal.Multiplication.P1", "kind": "commanddeclaration", "start": [ 71, 1 ] }, { "code": ...
2
Surreal.Multiplication.P3_neg
[ [ 105, 57 ], [ 108, 10 ] ]
2
3
abel_nf
x x₁ xβ‚‚ x₃ x' y y₁ yβ‚‚ y₃ y' : PGame ⊒ -(⟦x₁ * yβ‚βŸ§ + ⟦xβ‚‚ * yβ‚‚βŸ§) < -(⟦x₁ * yβ‚‚βŸ§ + ⟦xβ‚‚ * yβ‚βŸ§) ↔ -⟦xβ‚‚ * yβ‚‚βŸ§ + -⟦x₁ * yβ‚βŸ§ < -⟦xβ‚‚ * yβ‚βŸ§ + -⟦x₁ * yβ‚‚βŸ§
no goals
Mathlib/SetTheory/Surreal/Multiplication.lean
[ [ "Mathlib.SetTheory.Surreal.Basic", "Mathlib/SetTheory/Surreal/Basic.lean" ], [ "Mathlib.Logic.Hydra", "Mathlib/Logic/Hydra.lean" ], [ "Init", ".lake/packages/lean4/src/lean/Init.lean" ] ]
[ { "code": "def P1 (x₁ xβ‚‚ x₃ y₁ yβ‚‚ y₃ : PGame) :=\n ⟦x₁ * yβ‚βŸ§ + ⟦xβ‚‚ * yβ‚‚βŸ§ - ⟦x₁ * yβ‚‚βŸ§ < ⟦x₃ * yβ‚βŸ§ + ⟦xβ‚‚ * yβ‚ƒβŸ§ - (⟦x₃ * yβ‚ƒβŸ§ : Game)", "end": [ 74, 81 ], "full_name": "Surreal.Multiplication.P1", "kind": "commanddeclaration", "start": [ 71, 1 ] }, { "code": ...
3
Surreal.Multiplication.P2_neg_left
[ [ 110, 54 ], [ 116, 16 ] ]
0
8
rw [P2, P2]
x x₁ xβ‚‚ x₃ x' y y₁ yβ‚‚ y₃ y' : PGame ⊒ P2 x₁ xβ‚‚ y ↔ P2 (-xβ‚‚) (-x₁) y
x x₁ xβ‚‚ x₃ x' y y₁ yβ‚‚ y₃ y' : PGame ⊒ x₁ β‰ˆ xβ‚‚ β†’ ⟦x₁ * y⟧ = ⟦xβ‚‚ * y⟧ ↔ -xβ‚‚ β‰ˆ -x₁ β†’ ⟦-xβ‚‚ * y⟧ = ⟦-x₁ * y⟧
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
8