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/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.mod_mod_image | [1122, 1] | [1182, 7] | linarith | m n : β
h1 : rel_prime m n
b c : β
h2 : (rel_prime m b β§ b < m) β§ rel_prime n c β§ c < n
h3 : m β 0
β’ n β 0 | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
m n : β
h1 : rel_prime m n
b c : β
h2 : (rel_prime m b β§ b < m) β§ rel_prime n c β§ c < n
h3 : m β 0
β’ n β 0
TACTIC:
|
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.mod_mod_image | [1122, 1] | [1182, 7] | define | case h.mpr.left
m n : β
h1 : rel_prime m n
b c : β
h2 : (rel_prime m b β§ b < m) β§ rel_prime n c β§ c < n
h3 : NeZero m
h4 : NeZero n
a : β
h5 : a < m * n β§ βa β‘ βb (MOD m) β§ βa β‘ βc (MOD n)
β’ a β Set_rp_below (m * n) | case h.mpr.left
m n : β
h1 : rel_prime m n
b c : β
h2 : (rel_prime m b β§ b < m) β§ rel_prime n c β§ c < n
h3 : NeZero m
h4 : NeZero n
a : β
h5 : a < m * n β§ βa β‘ βb (MOD m) β§ βa β‘ βc (MOD n)
β’ rel_prime (m * n) a β§ a < m * n | Please generate a tactic in lean4 to solve the state.
STATE:
case h.mpr.left
m n : β
h1 : rel_prime m n
b c : β
h2 : (rel_prime m b β§ b < m) β§ rel_prime n c β§ c < n
h3 : NeZero m
h4 : NeZero n
a : β
h5 : a < m * n β§ βa β‘ βb (MOD m) β§ βa β‘ βc (MOD n)
β’ a β Set_rp_below (m * n)
TACTIC:
|
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.mod_mod_image | [1122, 1] | [1182, 7] | apply And.intro _ h5.left | case h.mpr.left
m n : β
h1 : rel_prime m n
b c : β
h2 : (rel_prime m b β§ b < m) β§ rel_prime n c β§ c < n
h3 : NeZero m
h4 : NeZero n
a : β
h5 : a < m * n β§ βa β‘ βb (MOD m) β§ βa β‘ βc (MOD n)
β’ rel_prime (m * n) a β§ a < m * n | m n : β
h1 : rel_prime m n
b c : β
h2 : (rel_prime m b β§ b < m) β§ rel_prime n c β§ c < n
h3 : NeZero m
h4 : NeZero n
a : β
h5 : a < m * n β§ βa β‘ βb (MOD m) β§ βa β‘ βc (MOD n)
β’ rel_prime (m * n) a | Please generate a tactic in lean4 to solve the state.
STATE:
case h.mpr.left
m n : β
h1 : rel_prime m n
b c : β
h2 : (rel_prime m b β§ b < m) β§ rel_prime n c β§ c < n
h3 : NeZero m
h4 : NeZero n
a : β
h5 : a < m * n β§ βa β‘ βb (MOD m) β§ βa β‘ βc (MOD n)
β’ rel_prime (m * n) a β§ a < m * n
TACTIC:
|
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.mod_mod_image | [1122, 1] | [1182, 7] | rewrite [Lemma_7_4_6] | m n : β
h1 : rel_prime m n
b c : β
h2 : (rel_prime m b β§ b < m) β§ rel_prime n c β§ c < n
h3 : NeZero m
h4 : NeZero n
a : β
h5 : a < m * n β§ βa β‘ βb (MOD m) β§ βa β‘ βc (MOD n)
β’ rel_prime (m * n) a | m n : β
h1 : rel_prime m n
b c : β
h2 : (rel_prime m b β§ b < m) β§ rel_prime n c β§ c < n
h3 : NeZero m
h4 : NeZero n
a : β
h5 : a < m * n β§ βa β‘ βb (MOD m) β§ βa β‘ βc (MOD n)
β’ rel_prime m a β§ rel_prime n a | Please generate a tactic in lean4 to solve the state.
STATE:
m n : β
h1 : rel_prime m n
b c : β
h2 : (rel_prime m b β§ b < m) β§ rel_prime n c β§ c < n
h3 : NeZero m
h4 : NeZero n
a : β
h5 : a < m * n β§ βa β‘ βb (MOD m) β§ βa β‘ βc (MOD n)
β’ rel_prime (m * n) a
TACTIC:
|
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.mod_mod_image | [1122, 1] | [1182, 7] | rewrite [congr_rel_prime h5.right.left,
congr_rel_prime h5.right.right] | m n : β
h1 : rel_prime m n
b c : β
h2 : (rel_prime m b β§ b < m) β§ rel_prime n c β§ c < n
h3 : NeZero m
h4 : NeZero n
a : β
h5 : a < m * n β§ βa β‘ βb (MOD m) β§ βa β‘ βc (MOD n)
β’ rel_prime m a β§ rel_prime n a | m n : β
h1 : rel_prime m n
b c : β
h2 : (rel_prime m b β§ b < m) β§ rel_prime n c β§ c < n
h3 : NeZero m
h4 : NeZero n
a : β
h5 : a < m * n β§ βa β‘ βb (MOD m) β§ βa β‘ βc (MOD n)
β’ rel_prime m b β§ rel_prime n c | Please generate a tactic in lean4 to solve the state.
STATE:
m n : β
h1 : rel_prime m n
b c : β
h2 : (rel_prime m b β§ b < m) β§ rel_prime n c β§ c < n
h3 : NeZero m
h4 : NeZero n
a : β
h5 : a < m * n β§ βa β‘ βb (MOD m) β§ βa β‘ βc (MOD n)
β’ rel_prime m a β§ rel_prime n a
TACTIC:
|
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.mod_mod_image | [1122, 1] | [1182, 7] | show rel_prime m b β§ rel_prime n c from
And.intro h2.left.left h2.right.left | m n : β
h1 : rel_prime m n
b c : β
h2 : (rel_prime m b β§ b < m) β§ rel_prime n c β§ c < n
h3 : NeZero m
h4 : NeZero n
a : β
h5 : a < m * n β§ βa β‘ βb (MOD m) β§ βa β‘ βc (MOD n)
β’ rel_prime m b β§ rel_prime n c | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
m n : β
h1 : rel_prime m n
b c : β
h2 : (rel_prime m b β§ b < m) β§ rel_prime n c β§ c < n
h3 : NeZero m
h4 : NeZero n
a : β
h5 : a < m * n β§ βa β‘ βb (MOD m) β§ βa β‘ βc (MOD n)
β’ rel_prime m b β§ rel_prime n c
TACTIC:
|
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.mod_mod_image | [1122, 1] | [1182, 7] | rewrite [congr_iff_mod_eq_Nat, congr_iff_mod_eq_Nat] at h5 | case h.mpr.right
m n : β
h1 : rel_prime m n
b c : β
h2 : (rel_prime m b β§ b < m) β§ rel_prime n c β§ c < n
h3 : NeZero m
h4 : NeZero n
a : β
h5 : a < m * n β§ βa β‘ βb (MOD m) β§ βa β‘ βc (MOD n)
β’ mod_mod m n a = (b, c) | case h.mpr.right
m n : β
h1 : rel_prime m n
b c : β
h2 : (rel_prime m b β§ b < m) β§ rel_prime n c β§ c < n
h3 : NeZero m
h4 : NeZero n
a : β
h5 : a < m * n β§ a % m = b % m β§ a % n = c % n
β’ mod_mod m n a = (b, c) | Please generate a tactic in lean4 to solve the state.
STATE:
case h.mpr.right
m n : β
h1 : rel_prime m n
b c : β
h2 : (rel_prime m b β§ b < m) β§ rel_prime n c β§ c < n
h3 : NeZero m
h4 : NeZero n
a : β
h5 : a < m * n β§ βa β‘ βb (MOD m) β§ βa β‘ βc (MOD n)
β’ mod_mod m n a = (b, c)
TACTIC:
|
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.mod_mod_image | [1122, 1] | [1182, 7] | rewrite [mod_mod_def, h5.right.left, h5.right.right] | case h.mpr.right
m n : β
h1 : rel_prime m n
b c : β
h2 : (rel_prime m b β§ b < m) β§ rel_prime n c β§ c < n
h3 : NeZero m
h4 : NeZero n
a : β
h5 : a < m * n β§ a % m = b % m β§ a % n = c % n
β’ mod_mod m n a = (b, c) | case h.mpr.right
m n : β
h1 : rel_prime m n
b c : β
h2 : (rel_prime m b β§ b < m) β§ rel_prime n c β§ c < n
h3 : NeZero m
h4 : NeZero n
a : β
h5 : a < m * n β§ a % m = b % m β§ a % n = c % n
β’ (b % m, c % n) = (b, c) | Please generate a tactic in lean4 to solve the state.
STATE:
case h.mpr.right
m n : β
h1 : rel_prime m n
b c : β
h2 : (rel_prime m b β§ b < m) β§ rel_prime n c β§ c < n
h3 : NeZero m
h4 : NeZero n
a : β
h5 : a < m * n β§ a % m = b % m β§ a % n = c % n
β’ mod_mod m n a = (b, c)
TACTIC:
|
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.mod_mod_image | [1122, 1] | [1182, 7] | rewrite [Nat.mod_eq_of_lt h2.left.right,
Nat.mod_eq_of_lt h2.right.right] | case h.mpr.right
m n : β
h1 : rel_prime m n
b c : β
h2 : (rel_prime m b β§ b < m) β§ rel_prime n c β§ c < n
h3 : NeZero m
h4 : NeZero n
a : β
h5 : a < m * n β§ a % m = b % m β§ a % n = c % n
β’ (b % m, c % n) = (b, c) | case h.mpr.right
m n : β
h1 : rel_prime m n
b c : β
h2 : (rel_prime m b β§ b < m) β§ rel_prime n c β§ c < n
h3 : NeZero m
h4 : NeZero n
a : β
h5 : a < m * n β§ a % m = b % m β§ a % n = c % n
β’ (b, c) = (b, c) | Please generate a tactic in lean4 to solve the state.
STATE:
case h.mpr.right
m n : β
h1 : rel_prime m n
b c : β
h2 : (rel_prime m b β§ b < m) β§ rel_prime n c β§ c < n
h3 : NeZero m
h4 : NeZero n
a : β
h5 : a < m * n β§ a % m = b % m β§ a % n = c % n
β’ (b % m, c % n) = (b, c)
TACTIC:
|
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.mod_mod_image | [1122, 1] | [1182, 7] | rfl | case h.mpr.right
m n : β
h1 : rel_prime m n
b c : β
h2 : (rel_prime m b β§ b < m) β§ rel_prime n c β§ c < n
h3 : NeZero m
h4 : NeZero n
a : β
h5 : a < m * n β§ a % m = b % m β§ a % n = c % n
β’ (b, c) = (b, c) | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
case h.mpr.right
m n : β
h1 : rel_prime m n
b c : β
h2 : (rel_prime m b β§ b < m) β§ rel_prime n c β§ c < n
h3 : NeZero m
h4 : NeZero n
a : β
h5 : a < m * n β§ a % m = b % m β§ a % n = c % n
β’ (b, c) = (b, c)
TACTIC:
|
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.eq_numElts_of_equinum | [1188, 1] | [1193, 7] | rewrite [numElts_def] at h2 | U V : Type
A : Set U
B : Set V
n : β
h1 : A βΌ B
h2 : numElts A n
β’ numElts B n | U V : Type
A : Set U
B : Set V
n : β
h1 : A βΌ B
h2 : I n βΌ A
β’ numElts B n | Please generate a tactic in lean4 to solve the state.
STATE:
U V : Type
A : Set U
B : Set V
n : β
h1 : A βΌ B
h2 : numElts A n
β’ numElts B n
TACTIC:
|
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.eq_numElts_of_equinum | [1188, 1] | [1193, 7] | rewrite [numElts_def] | U V : Type
A : Set U
B : Set V
n : β
h1 : A βΌ B
h2 : I n βΌ A
β’ numElts B n | U V : Type
A : Set U
B : Set V
n : β
h1 : A βΌ B
h2 : I n βΌ A
β’ I n βΌ B | Please generate a tactic in lean4 to solve the state.
STATE:
U V : Type
A : Set U
B : Set V
n : β
h1 : A βΌ B
h2 : I n βΌ A
β’ numElts B n
TACTIC:
|
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.eq_numElts_of_equinum | [1188, 1] | [1193, 7] | show I n βΌ B from Theorem_8_1_3_3 h2 h1 | U V : Type
A : Set U
B : Set V
n : β
h1 : A βΌ B
h2 : I n βΌ A
β’ I n βΌ B | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
U V : Type
A : Set U
B : Set V
n : β
h1 : A βΌ B
h2 : I n βΌ A
β’ I n βΌ B
TACTIC:
|
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Theorem_7_4_4 | [1195, 1] | [1206, 7] | have h2 : numElts (Set_rp_below m) (phi m) := phi_is_numElts m | m n : β
h1 : rel_prime m n
β’ phi (m * n) = phi m * phi n | m n : β
h1 : rel_prime m n
h2 : numElts (Set_rp_below m) (phi m)
β’ phi (m * n) = phi m * phi n | Please generate a tactic in lean4 to solve the state.
STATE:
m n : β
h1 : rel_prime m n
β’ phi (m * n) = phi m * phi n
TACTIC:
|
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Theorem_7_4_4 | [1195, 1] | [1206, 7] | have h3 : numElts (Set_rp_below n) (phi n) := phi_is_numElts n | m n : β
h1 : rel_prime m n
h2 : numElts (Set_rp_below m) (phi m)
β’ phi (m * n) = phi m * phi n | m n : β
h1 : rel_prime m n
h2 : numElts (Set_rp_below m) (phi m)
h3 : numElts (Set_rp_below n) (phi n)
β’ phi (m * n) = phi m * phi n | Please generate a tactic in lean4 to solve the state.
STATE:
m n : β
h1 : rel_prime m n
h2 : numElts (Set_rp_below m) (phi m)
β’ phi (m * n) = phi m * phi n
TACTIC:
|
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Theorem_7_4_4 | [1195, 1] | [1206, 7] | have h4 : numElts (Set_rp_below (m * n)) (phi (m * n)) :=
phi_is_numElts (m * n) | m n : β
h1 : rel_prime m n
h2 : numElts (Set_rp_below m) (phi m)
h3 : numElts (Set_rp_below n) (phi n)
β’ phi (m * n) = phi m * phi n | m n : β
h1 : rel_prime m n
h2 : numElts (Set_rp_below m) (phi m)
h3 : numElts (Set_rp_below n) (phi n)
h4 : numElts (Set_rp_below (m * n)) (phi (m * n))
β’ phi (m * n) = phi m * phi n | Please generate a tactic in lean4 to solve the state.
STATE:
m n : β
h1 : rel_prime m n
h2 : numElts (Set_rp_below m) (phi m)
h3 : numElts (Set_rp_below n) (phi n)
β’ phi (m * n) = phi m * phi n
TACTIC:
|
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Theorem_7_4_4 | [1195, 1] | [1206, 7] | have h5 : numElts (Set_rp_below m Γβ Set_rp_below n) (phi (m * n)) :=
eq_numElts_of_equinum (Set_rp_below_prod h1) h4 | m n : β
h1 : rel_prime m n
h2 : numElts (Set_rp_below m) (phi m)
h3 : numElts (Set_rp_below n) (phi n)
h4 : numElts (Set_rp_below (m * n)) (phi (m * n))
β’ phi (m * n) = phi m * phi n | m n : β
h1 : rel_prime m n
h2 : numElts (Set_rp_below m) (phi m)
h3 : numElts (Set_rp_below n) (phi n)
h4 : numElts (Set_rp_below (m * n)) (phi (m * n))
h5 : numElts (Set_rp_below m Γβ Set_rp_below n) (phi (m * n))
β’ phi (m * n) = phi m * phi n | Please generate a tactic in lean4 to solve the state.
STATE:
m n : β
h1 : rel_prime m n
h2 : numElts (Set_rp_below m) (phi m)
h3 : numElts (Set_rp_below n) (phi n)
h4 : numElts (Set_rp_below (m * n)) (phi (m * n))
β’ phi (m * n) = phi m * phi n
TACTIC:
|
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Theorem_7_4_4 | [1195, 1] | [1206, 7] | have h6 : numElts (Set_rp_below m Γβ Set_rp_below n) (phi m * phi n) :=
numElts_prod h2 h3 | m n : β
h1 : rel_prime m n
h2 : numElts (Set_rp_below m) (phi m)
h3 : numElts (Set_rp_below n) (phi n)
h4 : numElts (Set_rp_below (m * n)) (phi (m * n))
h5 : numElts (Set_rp_below m Γβ Set_rp_below n) (phi (m * n))
β’ phi (m * n) = phi m * phi n | m n : β
h1 : rel_prime m n
h2 : numElts (Set_rp_below m) (phi m)
h3 : numElts (Set_rp_below n) (phi n)
h4 : numElts (Set_rp_below (m * n)) (phi (m * n))
h5 : numElts (Set_rp_below m Γβ Set_rp_below n) (phi (m * n))
h6 : numElts (Set_rp_below m Γβ Set_rp_below n) (phi m * phi n)
β’ phi (m * n) = phi m * phi n | Please generate a tactic in lean4 to solve the state.
STATE:
m n : β
h1 : rel_prime m n
h2 : numElts (Set_rp_below m) (phi m)
h3 : numElts (Set_rp_below n) (phi n)
h4 : numElts (Set_rp_below (m * n)) (phi (m * n))
h5 : numElts (Set_rp_below m Γβ Set_rp_below n) (phi (m * n))
β’ phi (m * n) = phi m * phi n
TACTIC:
|
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Theorem_7_4_4 | [1195, 1] | [1206, 7] | show phi (m * n) = phi m * phi n from numElts_unique h5 h6 | m n : β
h1 : rel_prime m n
h2 : numElts (Set_rp_below m) (phi m)
h3 : numElts (Set_rp_below n) (phi n)
h4 : numElts (Set_rp_below (m * n)) (phi (m * n))
h5 : numElts (Set_rp_below m Γβ Set_rp_below n) (phi (m * n))
h6 : numElts (Set_rp_below m Γβ Set_rp_below n) (phi m * phi n)
β’ phi (m * n) = phi m * phi n | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
m n : β
h1 : rel_prime m n
h2 : numElts (Set_rp_below m) (phi m)
h3 : numElts (Set_rp_below n) (phi n)
h4 : numElts (Set_rp_below (m * n)) (phi (m * n))
h5 : numElts (Set_rp_below m Γβ Set_rp_below n) (phi (m * n))
h6 : numElts (Set_rp_below m Γβ Set_rp_below... |
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Theorem_8_2_1_1 | [1213, 1] | [1233, 7] | rewrite [ctble_iff_equinum_set_nat] at h1 | U V : Type
A : Set U
B : Set V
h1 : ctble A
h2 : ctble B
β’ ctble (A Γβ B) | U V : Type
A : Set U
B : Set V
h1 : β I, I βΌ A
h2 : ctble B
β’ ctble (A Γβ B) | Please generate a tactic in lean4 to solve the state.
STATE:
U V : Type
A : Set U
B : Set V
h1 : ctble A
h2 : ctble B
β’ ctble (A Γβ B)
TACTIC:
|
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Theorem_8_2_1_1 | [1213, 1] | [1233, 7] | rewrite [ctble_iff_equinum_set_nat] at h2 | U V : Type
A : Set U
B : Set V
h1 : β I, I βΌ A
h2 : ctble B
β’ ctble (A Γβ B) | U V : Type
A : Set U
B : Set V
h1 : β I, I βΌ A
h2 : β I, I βΌ B
β’ ctble (A Γβ B) | Please generate a tactic in lean4 to solve the state.
STATE:
U V : Type
A : Set U
B : Set V
h1 : β I, I βΌ A
h2 : ctble B
β’ ctble (A Γβ B)
TACTIC:
|
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Theorem_8_2_1_1 | [1213, 1] | [1233, 7] | obtain (I : Set Nat) (h3 : I βΌ A) from h1 | U V : Type
A : Set U
B : Set V
h1 : β I, I βΌ A
h2 : β I, I βΌ B
β’ ctble (A Γβ B) | U V : Type
A : Set U
B : Set V
h1 : β I, I βΌ A
h2 : β I, I βΌ B
I : Set β
h3 : I βΌ A
β’ ctble (A Γβ B) | Please generate a tactic in lean4 to solve the state.
STATE:
U V : Type
A : Set U
B : Set V
h1 : β I, I βΌ A
h2 : β I, I βΌ B
β’ ctble (A Γβ B)
TACTIC:
|
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Theorem_8_2_1_1 | [1213, 1] | [1233, 7] | obtain (J : Set Nat) (h4 : J βΌ B) from h2 | U V : Type
A : Set U
B : Set V
h1 : β I, I βΌ A
h2 : β I, I βΌ B
I : Set β
h3 : I βΌ A
β’ ctble (A Γβ B) | U V : Type
A : Set U
B : Set V
h1 : β I, I βΌ A
h2 : β I, I βΌ B
I : Set β
h3 : I βΌ A
J : Set β
h4 : J βΌ B
β’ ctble (A Γβ B) | Please generate a tactic in lean4 to solve the state.
STATE:
U V : Type
A : Set U
B : Set V
h1 : β I, I βΌ A
h2 : β I, I βΌ B
I : Set β
h3 : I βΌ A
β’ ctble (A Γβ B)
TACTIC:
|
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Theorem_8_2_1_1 | [1213, 1] | [1233, 7] | have h5 : I Γβ J βΌ A Γβ B := Theorem_8_1_2_1 h3 h4 | U V : Type
A : Set U
B : Set V
h1 : β I, I βΌ A
h2 : β I, I βΌ B
I : Set β
h3 : I βΌ A
J : Set β
h4 : J βΌ B
β’ ctble (A Γβ B) | U V : Type
A : Set U
B : Set V
h1 : β I, I βΌ A
h2 : β I, I βΌ B
I : Set β
h3 : I βΌ A
J : Set β
h4 : J βΌ B
h5 : I Γβ J βΌ A Γβ B
β’ ctble (A Γβ B) | Please generate a tactic in lean4 to solve the state.
STATE:
U V : Type
A : Set U
B : Set V
h1 : β I, I βΌ A
h2 : β I, I βΌ B
I : Set β
h3 : I βΌ A
J : Set β
h4 : J βΌ B
β’ ctble (A Γβ B)
TACTIC:
|
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Theorem_8_2_1_1 | [1213, 1] | [1233, 7] | have h6 : I Γβ J β Univ (Nat Γ Nat) := by
fix p : Nat Γ Nat
assume h6 : p β I Γβ J
show p β Univ (Nat Γ Nat) from elt_Univ p
done | U V : Type
A : Set U
B : Set V
h1 : β I, I βΌ A
h2 : β I, I βΌ B
I : Set β
h3 : I βΌ A
J : Set β
h4 : J βΌ B
h5 : I Γβ J βΌ A Γβ B
β’ ctble (A Γβ B) | U V : Type
A : Set U
B : Set V
h1 : β I, I βΌ A
h2 : β I, I βΌ B
I : Set β
h3 : I βΌ A
J : Set β
h4 : J βΌ B
h5 : I Γβ J βΌ A Γβ B
h6 : I Γβ J β Univ (β Γ β)
β’ ctble (A Γβ B) | Please generate a tactic in lean4 to solve the state.
STATE:
U V : Type
A : Set U
B : Set V
h1 : β I, I βΌ A
h2 : β I, I βΌ B
I : Set β
h3 : I βΌ A
J : Set β
h4 : J βΌ B
h5 : I Γβ J βΌ A Γβ B
β’ ctble (A Γβ B)
TACTIC:
|
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Theorem_8_2_1_1 | [1213, 1] | [1233, 7] | have h7 : ctble (Univ (Nat Γ Nat)) := by
define apply Or.inr
rewrite [denum_def]
show Univ Nat βΌ Univ (Nat Γ Nat) from Theorem_8_1_3_2 NxN_equinum_N
done | U V : Type
A : Set U
B : Set V
h1 : β I, I βΌ A
h2 : β I, I βΌ B
I : Set β
h3 : I βΌ A
J : Set β
h4 : J βΌ B
h5 : I Γβ J βΌ A Γβ B
h6 : I Γβ J β Univ (β Γ β)
β’ ctble (A Γβ B) | U V : Type
A : Set U
B : Set V
h1 : β I, I βΌ A
h2 : β I, I βΌ B
I : Set β
h3 : I βΌ A
J : Set β
h4 : J βΌ B
h5 : I Γβ J βΌ A Γβ B
h6 : I Γβ J β Univ (β Γ β)
h7 : ctble (Univ (β Γ β))
β’ ctble (A Γβ B) | Please generate a tactic in lean4 to solve the state.
STATE:
U V : Type
A : Set U
B : Set V
h1 : β I, I βΌ A
h2 : β I, I βΌ B
I : Set β
h3 : I βΌ A
J : Set β
h4 : J βΌ B
h5 : I Γβ J βΌ A Γβ B
h6 : I Γβ J β Univ (β Γ β)
β’ ctble (A Γβ B)
TACTIC:
|
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Theorem_8_2_1_1 | [1213, 1] | [1233, 7] | have h8 : ctble (I Γβ J) := Exercise_8_1_17 h6 h7 | U V : Type
A : Set U
B : Set V
h1 : β I, I βΌ A
h2 : β I, I βΌ B
I : Set β
h3 : I βΌ A
J : Set β
h4 : J βΌ B
h5 : I Γβ J βΌ A Γβ B
h6 : I Γβ J β Univ (β Γ β)
h7 : ctble (Univ (β Γ β))
β’ ctble (A Γβ B) | U V : Type
A : Set U
B : Set V
h1 : β I, I βΌ A
h2 : β I, I βΌ B
I : Set β
h3 : I βΌ A
J : Set β
h4 : J βΌ B
h5 : I Γβ J βΌ A Γβ B
h6 : I Γβ J β Univ (β Γ β)
h7 : ctble (Univ (β Γ β))
h8 : ctble (I Γβ J)
β’ ctble (A Γβ B) | Please generate a tactic in lean4 to solve the state.
STATE:
U V : Type
A : Set U
B : Set V
h1 : β I, I βΌ A
h2 : β I, I βΌ B
I : Set β
h3 : I βΌ A
J : Set β
h4 : J βΌ B
h5 : I Γβ J βΌ A Γβ B
h6 : I Γβ J β Univ (β Γ β)
h7 : ctble (Univ (β Γ β))
β’ ctble (A Γβ B)
TACTIC:
|
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Theorem_8_2_1_1 | [1213, 1] | [1233, 7] | show ctble (A Γβ B) from ctble_of_equinum_ctble h5 h8 | U V : Type
A : Set U
B : Set V
h1 : β I, I βΌ A
h2 : β I, I βΌ B
I : Set β
h3 : I βΌ A
J : Set β
h4 : J βΌ B
h5 : I Γβ J βΌ A Γβ B
h6 : I Γβ J β Univ (β Γ β)
h7 : ctble (Univ (β Γ β))
h8 : ctble (I Γβ J)
β’ ctble (A Γβ B) | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
U V : Type
A : Set U
B : Set V
h1 : β I, I βΌ A
h2 : β I, I βΌ B
I : Set β
h3 : I βΌ A
J : Set β
h4 : J βΌ B
h5 : I Γβ J βΌ A Γβ B
h6 : I Γβ J β Univ (β Γ β)
h7 : ctble (Univ (β Γ β))
h8 : ctble (I Γβ J)
β’ ctble (A Γβ B)
TACTIC:
|
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Theorem_8_2_1_1 | [1213, 1] | [1233, 7] | fix p : Nat Γ Nat | U V : Type
A : Set U
B : Set V
h1 : β I, I βΌ A
h2 : β I, I βΌ B
I : Set β
h3 : I βΌ A
J : Set β
h4 : J βΌ B
h5 : I Γβ J βΌ A Γβ B
β’ I Γβ J β Univ (β Γ β) | U V : Type
A : Set U
B : Set V
h1 : β I, I βΌ A
h2 : β I, I βΌ B
I : Set β
h3 : I βΌ A
J : Set β
h4 : J βΌ B
h5 : I Γβ J βΌ A Γβ B
p : β Γ β
β’ p β I Γβ J β p β Univ (β Γ β) | Please generate a tactic in lean4 to solve the state.
STATE:
U V : Type
A : Set U
B : Set V
h1 : β I, I βΌ A
h2 : β I, I βΌ B
I : Set β
h3 : I βΌ A
J : Set β
h4 : J βΌ B
h5 : I Γβ J βΌ A Γβ B
β’ I Γβ J β Univ (β Γ β)
TACTIC:
|
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Theorem_8_2_1_1 | [1213, 1] | [1233, 7] | assume h6 : p β I Γβ J | U V : Type
A : Set U
B : Set V
h1 : β I, I βΌ A
h2 : β I, I βΌ B
I : Set β
h3 : I βΌ A
J : Set β
h4 : J βΌ B
h5 : I Γβ J βΌ A Γβ B
p : β Γ β
β’ p β I Γβ J β p β Univ (β Γ β) | U V : Type
A : Set U
B : Set V
h1 : β I, I βΌ A
h2 : β I, I βΌ B
I : Set β
h3 : I βΌ A
J : Set β
h4 : J βΌ B
h5 : I Γβ J βΌ A Γβ B
p : β Γ β
h6 : p β I Γβ J
β’ p β Univ (β Γ β) | Please generate a tactic in lean4 to solve the state.
STATE:
U V : Type
A : Set U
B : Set V
h1 : β I, I βΌ A
h2 : β I, I βΌ B
I : Set β
h3 : I βΌ A
J : Set β
h4 : J βΌ B
h5 : I Γβ J βΌ A Γβ B
p : β Γ β
β’ p β I Γβ J β p β Univ (β Γ β)
TACTIC:
|
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Theorem_8_2_1_1 | [1213, 1] | [1233, 7] | show p β Univ (Nat Γ Nat) from elt_Univ p | U V : Type
A : Set U
B : Set V
h1 : β I, I βΌ A
h2 : β I, I βΌ B
I : Set β
h3 : I βΌ A
J : Set β
h4 : J βΌ B
h5 : I Γβ J βΌ A Γβ B
p : β Γ β
h6 : p β I Γβ J
β’ p β Univ (β Γ β) | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
U V : Type
A : Set U
B : Set V
h1 : β I, I βΌ A
h2 : β I, I βΌ B
I : Set β
h3 : I βΌ A
J : Set β
h4 : J βΌ B
h5 : I Γβ J βΌ A Γβ B
p : β Γ β
h6 : p β I Γβ J
β’ p β Univ (β Γ β)
TACTIC:
|
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Theorem_8_2_1_1 | [1213, 1] | [1233, 7] | define | U V : Type
A : Set U
B : Set V
h1 : β I, I βΌ A
h2 : β I, I βΌ B
I : Set β
h3 : I βΌ A
J : Set β
h4 : J βΌ B
h5 : I Γβ J βΌ A Γβ B
h6 : I Γβ J β Univ (β Γ β)
β’ ctble (Univ (β Γ β)) | U V : Type
A : Set U
B : Set V
h1 : β I, I βΌ A
h2 : β I, I βΌ B
I : Set β
h3 : I βΌ A
J : Set β
h4 : J βΌ B
h5 : I Γβ J βΌ A Γβ B
h6 : I Γβ J β Univ (β Γ β)
β’ finite (Univ (β Γ β)) β¨ denum (Univ (β Γ β)) | Please generate a tactic in lean4 to solve the state.
STATE:
U V : Type
A : Set U
B : Set V
h1 : β I, I βΌ A
h2 : β I, I βΌ B
I : Set β
h3 : I βΌ A
J : Set β
h4 : J βΌ B
h5 : I Γβ J βΌ A Γβ B
h6 : I Γβ J β Univ (β Γ β)
β’ ctble (Univ (β Γ β))
TACTIC:
|
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Theorem_8_2_1_1 | [1213, 1] | [1233, 7] | apply Or.inr | U V : Type
A : Set U
B : Set V
h1 : β I, I βΌ A
h2 : β I, I βΌ B
I : Set β
h3 : I βΌ A
J : Set β
h4 : J βΌ B
h5 : I Γβ J βΌ A Γβ B
h6 : I Γβ J β Univ (β Γ β)
β’ finite (Univ (β Γ β)) β¨ denum (Univ (β Γ β)) | case h
U V : Type
A : Set U
B : Set V
h1 : β I, I βΌ A
h2 : β I, I βΌ B
I : Set β
h3 : I βΌ A
J : Set β
h4 : J βΌ B
h5 : I Γβ J βΌ A Γβ B
h6 : I Γβ J β Univ (β Γ β)
β’ denum (Univ (β Γ β)) | Please generate a tactic in lean4 to solve the state.
STATE:
U V : Type
A : Set U
B : Set V
h1 : β I, I βΌ A
h2 : β I, I βΌ B
I : Set β
h3 : I βΌ A
J : Set β
h4 : J βΌ B
h5 : I Γβ J βΌ A Γβ B
h6 : I Γβ J β Univ (β Γ β)
β’ finite (Univ (β Γ β)) β¨ denum (Univ (β Γ β))
TACTIC:
|
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Theorem_8_2_1_1 | [1213, 1] | [1233, 7] | rewrite [denum_def] | case h
U V : Type
A : Set U
B : Set V
h1 : β I, I βΌ A
h2 : β I, I βΌ B
I : Set β
h3 : I βΌ A
J : Set β
h4 : J βΌ B
h5 : I Γβ J βΌ A Γβ B
h6 : I Γβ J β Univ (β Γ β)
β’ denum (Univ (β Γ β)) | case h
U V : Type
A : Set U
B : Set V
h1 : β I, I βΌ A
h2 : β I, I βΌ B
I : Set β
h3 : I βΌ A
J : Set β
h4 : J βΌ B
h5 : I Γβ J βΌ A Γβ B
h6 : I Γβ J β Univ (β Γ β)
β’ Univ β βΌ Univ (β Γ β) | Please generate a tactic in lean4 to solve the state.
STATE:
case h
U V : Type
A : Set U
B : Set V
h1 : β I, I βΌ A
h2 : β I, I βΌ B
I : Set β
h3 : I βΌ A
J : Set β
h4 : J βΌ B
h5 : I Γβ J βΌ A Γβ B
h6 : I Γβ J β Univ (β Γ β)
β’ denum (Univ (β Γ β))
TACTIC:
|
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Theorem_8_2_1_1 | [1213, 1] | [1233, 7] | show Univ Nat βΌ Univ (Nat Γ Nat) from Theorem_8_1_3_2 NxN_equinum_N | case h
U V : Type
A : Set U
B : Set V
h1 : β I, I βΌ A
h2 : β I, I βΌ B
I : Set β
h3 : I βΌ A
J : Set β
h4 : J βΌ B
h5 : I Γβ J βΌ A Γβ B
h6 : I Γβ J β Univ (β Γ β)
β’ Univ β βΌ Univ (β Γ β) | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
case h
U V : Type
A : Set U
B : Set V
h1 : β I, I βΌ A
h2 : β I, I βΌ B
I : Set β
h3 : I βΌ A
J : Set β
h4 : J βΌ B
h5 : I Γβ J βΌ A Γβ B
h6 : I Γβ J β Univ (β Γ β)
β’ Univ β βΌ Univ (β Γ β)
TACTIC:
|
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_1 | [1235, 1] | [1304, 7] | rewrite [Theorem_8_1_5_2] at h1 | U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : ctble F
h2 : β A β F, fcnl_onto_from_nat (f A) A
β’ ctble (ββ F) | U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
β’ ctble (ββ F) | Please generate a tactic in lean4 to solve the state.
STATE:
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : ctble F
h2 : β A β F, fcnl_onto_from_nat (f A) A
β’ ctble (ββ F)
TACTIC:
|
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_1 | [1235, 1] | [1304, 7] | rewrite [Theorem_8_1_5_2] | U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
β’ ctble (ββ F) | U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
β’ β R, fcnl_onto_from_nat R (ββ F) | Please generate a tactic in lean4 to solve the state.
STATE:
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
β’ ctble (ββ F)
TACTIC:
|
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_1 | [1235, 1] | [1304, 7] | obtain (R : Rel Nat (Set U)) (h3 : fcnl_onto_from_nat R F) from h1 | U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
β’ β R, fcnl_onto_from_nat R (ββ F) | U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : fcnl_onto_from_nat R F
β’ β R, fcnl_onto_from_nat R (ββ F) | Please generate a tactic in lean4 to solve the state.
STATE:
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
β’ β R, fcnl_onto_from_nat R (ββ F)
TACTIC:
|
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_1 | [1235, 1] | [1304, 7] | define at h3 | U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : fcnl_onto_from_nat R F
β’ β R, fcnl_onto_from_nat R (ββ F) | U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
β’ β R, fcnl_onto_from_nat R (ββ F) | Please generate a tactic in lean4 to solve the state.
STATE:
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : fcnl_onto_from_nat R F
β’ β R, fcnl_onto_from_nat R (ββ F)
TACTIC:
|
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_1 | [1235, 1] | [1304, 7] | have Runiqueval : unique_val_on_N R := h3.left | U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
β’ β R, fcnl_onto_from_nat R (ββ F) | U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
β’ β R, fcnl_onto_from_nat R (ββ F) | Please generate a tactic in lean4 to solve the state.
STATE:
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
β’ β R, fcnl_onto_from_nat R (ββ F)
TACTIC:
|
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_1 | [1235, 1] | [1304, 7] | have Ronto : nat_rel_onto R F := h3.right | U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
β’ β R, fcnl_onto_from_nat R (ββ F) | U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
β’ β R, fcnl_onto_from_nat R (ββ F) | Please generate a tactic in lean4 to solve the state.
STATE:
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
β’ β R, fcnl_onto_from_nat R (ββ F)
TACTIC:
|
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_1 | [1235, 1] | [1304, 7] | set S : Rel Nat U := enum_union_fam F f R | U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
β’ β R, fcnl_onto_from_nat R (ββ F) | U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
β’ β R, fcnl_onto_from_nat R (ββ F) | Please generate a tactic in lean4 to solve the state.
STATE:
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
β’ β R, fcnl_onto_from_na... |
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_1 | [1235, 1] | [1304, 7] | apply Exists.intro S | U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
β’ β R, fcnl_onto_from_nat R (ββ F) | U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
β’ fcnl_onto_from_nat S (ββ F) | Please generate a tactic in lean4 to solve the state.
STATE:
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U := enum_unio... |
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_1 | [1235, 1] | [1304, 7] | define | U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
β’ fcnl_onto_from_nat S (ββ F) | U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
β’ unique_val_on_N S β§ nat_rel_onto S (ββ F) | Please generate a tactic in lean4 to solve the state.
STATE:
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U := enum_unio... |
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_1 | [1235, 1] | [1304, 7] | apply And.intro | U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
β’ unique_val_on_N S β§ nat_rel_onto S (ββ F) | case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
β’ unique_val_on_N S
case right
U : Typ... | Please generate a tactic in lean4 to solve the state.
STATE:
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U := enum_unio... |
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_1 | [1235, 1] | [1304, 7] | define | case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
β’ unique_val_on_N S | case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
β’ β β¦n : ββ¦ β¦x1 x2 : Uβ¦, S n x1 β S n x... | Please generate a tactic in lean4 to solve the state.
STATE:
case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U :=... |
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_1 | [1235, 1] | [1304, 7] | fix n : Nat | case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
β’ β β¦n : ββ¦ β¦x1 x2 : Uβ¦, S n x1 β S n x... | case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
n : β
β’ β β¦x1 x2 : Uβ¦, S n x1 β S n x2 ... | Please generate a tactic in lean4 to solve the state.
STATE:
case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U :=... |
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_1 | [1235, 1] | [1304, 7] | fix a1 : U | case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
n : β
β’ β β¦x1 x2 : Uβ¦, S n x1 β S n x2 ... | case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
n : β
a1 : U
β’ β β¦x2 : Uβ¦, S n a1 β S n... | Please generate a tactic in lean4 to solve the state.
STATE:
case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U :=... |
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_1 | [1235, 1] | [1304, 7] | fix a2 : U | case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
n : β
a1 : U
β’ β β¦x2 : Uβ¦, S n a1 β S n... | case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
n : β
a1 a2 : U
β’ S n a1 β S n a2 β a1 ... | Please generate a tactic in lean4 to solve the state.
STATE:
case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U :=... |
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_1 | [1235, 1] | [1304, 7] | assume Sna1 : S n a1 | case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
n : β
a1 a2 : U
β’ S n a1 β S n a2 β a1 ... | case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
n : β
a1 a2 : U
Sna1 : S n a1
β’ S n a2 ... | Please generate a tactic in lean4 to solve the state.
STATE:
case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U :=... |
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_1 | [1235, 1] | [1304, 7] | assume Sna2 : S n a2 | case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
n : β
a1 a2 : U
Sna1 : S n a1
β’ S n a2 ... | case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
n : β
a1 a2 : U
Sna1 : S n a1
Sna2 : S ... | Please generate a tactic in lean4 to solve the state.
STATE:
case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U :=... |
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_1 | [1235, 1] | [1304, 7] | define at Sna1 | case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
n : β
a1 a2 : U
Sna1 : S n a1
Sna2 : S ... | case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
n : β
a1 a2 : U
Sna1 : β p, fnnn p = n ... | Please generate a tactic in lean4 to solve the state.
STATE:
case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U :=... |
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_1 | [1235, 1] | [1304, 7] | define at Sna2 | case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
n : β
a1 a2 : U
Sna1 : β p, fnnn p = n ... | case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
n : β
a1 a2 : U
Sna1 : β p, fnnn p = n ... | Please generate a tactic in lean4 to solve the state.
STATE:
case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U :=... |
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_1 | [1235, 1] | [1304, 7] | obtain ((i1, j1) : Nat Γ Nat) (h4 : fnnn (i1, j1) = n β§
β A β F, R i1 A β§ f A j1 a1) from Sna1 | case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
n : β
a1 a2 : U
Sna1 : β p, fnnn p = n ... | case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
n : β
a1 a2 : U
Sna1 : β p, fnnn p = n ... | Please generate a tactic in lean4 to solve the state.
STATE:
case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U :=... |
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_1 | [1235, 1] | [1304, 7] | obtain (A1 : Set U) (Aija1 : A1 β F β§ R i1 A1 β§ f A1 j1 a1)
from h4.right | case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
n : β
a1 a2 : U
Sna1 : β p, fnnn p = n ... | case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
n : β
a1 a2 : U
Sna1 : β p, fnnn p = n ... | Please generate a tactic in lean4 to solve the state.
STATE:
case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U :=... |
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_1 | [1235, 1] | [1304, 7] | obtain ((i2, j2) : Nat Γ Nat) (h5 : fnnn (i2, j2) = n β§
β A β F, R i2 A β§ f A j2 a2) from Sna2 | case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
n : β
a1 a2 : U
Sna1 : β p, fnnn p = n ... | case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
n : β
a1 a2 : U
Sna1 : β p, fnnn p = n ... | Please generate a tactic in lean4 to solve the state.
STATE:
case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U :=... |
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_1 | [1235, 1] | [1304, 7] | obtain (A2 : Set U) (Aija2 : A2 β F β§ R i2 A2 β§ f A2 j2 a2)
from h5.right | case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
n : β
a1 a2 : U
Sna1 : β p, fnnn p = n ... | case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
n : β
a1 a2 : U
Sna1 : β p, fnnn p = n ... | Please generate a tactic in lean4 to solve the state.
STATE:
case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U :=... |
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_1 | [1235, 1] | [1304, 7] | rewrite [βh5.left] at h4 | case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
n : β
a1 a2 : U
Sna1 : β p, fnnn p = n ... | case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
n : β
a1 a2 : U
Sna1 : β p, fnnn p = n ... | Please generate a tactic in lean4 to solve the state.
STATE:
case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U :=... |
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_1 | [1235, 1] | [1304, 7] | have h6 : (i1, j1) = (i2, j2) :=
fnnn_one_one (i1, j1) (i2, j2) h4.left | case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
n : β
a1 a2 : U
Sna1 : β p, fnnn p = n ... | case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
n : β
a1 a2 : U
Sna1 : β p, fnnn p = n ... | Please generate a tactic in lean4 to solve the state.
STATE:
case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U :=... |
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_1 | [1235, 1] | [1304, 7] | have h7 : i1 = i2 β§ j1 = j2 := Prod.mk.inj h6 | case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
n : β
a1 a2 : U
Sna1 : β p, fnnn p = n ... | case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
n : β
a1 a2 : U
Sna1 : β p, fnnn p = n ... | Please generate a tactic in lean4 to solve the state.
STATE:
case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U :=... |
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_1 | [1235, 1] | [1304, 7] | rewrite [h7.left, h7.right] at Aija1 | case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
n : β
a1 a2 : U
Sna1 : β p, fnnn p = n ... | case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
n : β
a1 a2 : U
Sna1 : β p, fnnn p = n ... | Please generate a tactic in lean4 to solve the state.
STATE:
case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U :=... |
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_1 | [1235, 1] | [1304, 7] | define at Runiqueval | case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
n : β
a1 a2 : U
Sna1 : β p, fnnn p = n ... | case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : β β¦n : ββ¦ β¦x1 x2 : Set Uβ¦, R n x1 β R n x2 β x1 = x2
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
n : ... | Please generate a tactic in lean4 to solve the state.
STATE:
case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U :=... |
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_1 | [1235, 1] | [1304, 7] | have h8 : A1 = A2 := Runiqueval Aija1.right.left Aija2.right.left | case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : β β¦n : ββ¦ β¦x1 x2 : Set Uβ¦, R n x1 β R n x2 β x1 = x2
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
n : ... | case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : β β¦n : ββ¦ β¦x1 x2 : Set Uβ¦, R n x1 β R n x2 β x1 = x2
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
n : ... | Please generate a tactic in lean4 to solve the state.
STATE:
case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : β β¦n : ββ¦ β¦x1 x2 : Set Uβ¦, R n x1 β R n x2 β x1 = x2
Ront... |
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_1 | [1235, 1] | [1304, 7] | rewrite [h8] at Aija1 | case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : β β¦n : ββ¦ β¦x1 x2 : Set Uβ¦, R n x1 β R n x2 β x1 = x2
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
n : ... | case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : β β¦n : ββ¦ β¦x1 x2 : Set Uβ¦, R n x1 β R n x2 β x1 = x2
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
n : ... | Please generate a tactic in lean4 to solve the state.
STATE:
case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : β β¦n : ββ¦ β¦x1 x2 : Set Uβ¦, R n x1 β R n x2 β x1 = x2
Ront... |
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_1 | [1235, 1] | [1304, 7] | have fA2fcnlonto : fcnl_onto_from_nat (f A2) A2 := h2 A2 Aija2.left | case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : β β¦n : ββ¦ β¦x1 x2 : Set Uβ¦, R n x1 β R n x2 β x1 = x2
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
n : ... | case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : β β¦n : ββ¦ β¦x1 x2 : Set Uβ¦, R n x1 β R n x2 β x1 = x2
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
n : ... | Please generate a tactic in lean4 to solve the state.
STATE:
case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : β β¦n : ββ¦ β¦x1 x2 : Set Uβ¦, R n x1 β R n x2 β x1 = x2
Ront... |
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_1 | [1235, 1] | [1304, 7] | define at fA2fcnlonto | case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : β β¦n : ββ¦ β¦x1 x2 : Set Uβ¦, R n x1 β R n x2 β x1 = x2
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
n : ... | case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : β β¦n : ββ¦ β¦x1 x2 : Set Uβ¦, R n x1 β R n x2 β x1 = x2
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
n : ... | Please generate a tactic in lean4 to solve the state.
STATE:
case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : β β¦n : ββ¦ β¦x1 x2 : Set Uβ¦, R n x1 β R n x2 β x1 = x2
Ront... |
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_1 | [1235, 1] | [1304, 7] | have fA2uniqueval : unique_val_on_N (f A2) := fA2fcnlonto.left | case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : β β¦n : ββ¦ β¦x1 x2 : Set Uβ¦, R n x1 β R n x2 β x1 = x2
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
n : ... | case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : β β¦n : ββ¦ β¦x1 x2 : Set Uβ¦, R n x1 β R n x2 β x1 = x2
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
n : ... | Please generate a tactic in lean4 to solve the state.
STATE:
case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : β β¦n : ββ¦ β¦x1 x2 : Set Uβ¦, R n x1 β R n x2 β x1 = x2
Ront... |
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_1 | [1235, 1] | [1304, 7] | define at fA2uniqueval | case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : β β¦n : ββ¦ β¦x1 x2 : Set Uβ¦, R n x1 β R n x2 β x1 = x2
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
n : ... | case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : β β¦n : ββ¦ β¦x1 x2 : Set Uβ¦, R n x1 β R n x2 β x1 = x2
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
n : ... | Please generate a tactic in lean4 to solve the state.
STATE:
case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : β β¦n : ββ¦ β¦x1 x2 : Set Uβ¦, R n x1 β R n x2 β x1 = x2
Ront... |
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_1 | [1235, 1] | [1304, 7] | show a1 = a2 from fA2uniqueval Aija1.right.right Aija2.right.right | case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : β β¦n : ββ¦ β¦x1 x2 : Set Uβ¦, R n x1 β R n x2 β x1 = x2
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
n : ... | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
case left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : β β¦n : ββ¦ β¦x1 x2 : Set Uβ¦, R n x1 β R n x2 β x1 = x2
Ront... |
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_1 | [1235, 1] | [1304, 7] | define | case right
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
β’ nat_rel_onto S (ββ F) | case right
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
β’ β β¦x : Uβ¦, x β ββ F β β n, S n x | Please generate a tactic in lean4 to solve the state.
STATE:
case right
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U :... |
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_1 | [1235, 1] | [1304, 7] | fix x : U | case right
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
β’ β β¦x : Uβ¦, x β ββ F β β n, S n x | case right
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
x : U
β’ x β ββ F β β n, S n x | Please generate a tactic in lean4 to solve the state.
STATE:
case right
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U :... |
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_1 | [1235, 1] | [1304, 7] | assume h4 : x β ββ F | case right
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
x : U
β’ x β ββ F β β n, S n x | case right
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
x : U
h4 : x β ββ F
β’ β n, S n x | Please generate a tactic in lean4 to solve the state.
STATE:
case right
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U :... |
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_1 | [1235, 1] | [1304, 7] | define at h4 | case right
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
x : U
h4 : x β ββ F
β’ β n, S n x | case right
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
x : U
h4 : β t β F, x β t
β’ β n, S n x | Please generate a tactic in lean4 to solve the state.
STATE:
case right
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U :... |
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_1 | [1235, 1] | [1304, 7] | obtain (A : Set U) (h5 : A β F β§ x β A) from h4 | case right
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
x : U
h4 : β t β F, x β t
β’ β n, S n x | case right
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
x : U
h4 : β t β F, x β t
A : Set U
h5... | Please generate a tactic in lean4 to solve the state.
STATE:
case right
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U :... |
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_1 | [1235, 1] | [1304, 7] | define at Ronto | case right
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U := enum_union_fam F f R
x : U
h4 : β t β F, x β t
A : Set U
h5... | case right
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : β β¦x : Set Uβ¦, x β F β β n, R n x
S : Rel β U := enum_union_fam F f R
x : U
h4 : β t β F, x... | Please generate a tactic in lean4 to solve the state.
STATE:
case right
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : nat_rel_onto R F
S : Rel β U :... |
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_1 | [1235, 1] | [1304, 7] | obtain (i : Nat) (h6 : R i A) from Ronto h5.left | case right
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : β β¦x : Set Uβ¦, x β F β β n, R n x
S : Rel β U := enum_union_fam F f R
x : U
h4 : β t β F, x... | case right
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : β β¦x : Set Uβ¦, x β F β β n, R n x
S : Rel β U := enum_union_fam F f R
x : U
h4 : β t β F, x... | Please generate a tactic in lean4 to solve the state.
STATE:
case right
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : β β¦x : Set Uβ¦, x β F β β n, R ... |
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_1 | [1235, 1] | [1304, 7] | have fAfcnlonto : fcnl_onto_from_nat (f A) A := h2 A h5.left | case right
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : β β¦x : Set Uβ¦, x β F β β n, R n x
S : Rel β U := enum_union_fam F f R
x : U
h4 : β t β F, x... | case right
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : β β¦x : Set Uβ¦, x β F β β n, R n x
S : Rel β U := enum_union_fam F f R
x : U
h4 : β t β F, x... | Please generate a tactic in lean4 to solve the state.
STATE:
case right
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : β β¦x : Set Uβ¦, x β F β β n, R ... |
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_1 | [1235, 1] | [1304, 7] | define at fAfcnlonto | case right
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : β β¦x : Set Uβ¦, x β F β β n, R n x
S : Rel β U := enum_union_fam F f R
x : U
h4 : β t β F, x... | case right
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : β β¦x : Set Uβ¦, x β F β β n, R n x
S : Rel β U := enum_union_fam F f R
x : U
h4 : β t β F, x... | Please generate a tactic in lean4 to solve the state.
STATE:
case right
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : β β¦x : Set Uβ¦, x β F β β n, R ... |
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_1 | [1235, 1] | [1304, 7] | have fAonto : nat_rel_onto (f A) A := fAfcnlonto.right | case right
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : β β¦x : Set Uβ¦, x β F β β n, R n x
S : Rel β U := enum_union_fam F f R
x : U
h4 : β t β F, x... | case right
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : β β¦x : Set Uβ¦, x β F β β n, R n x
S : Rel β U := enum_union_fam F f R
x : U
h4 : β t β F, x... | Please generate a tactic in lean4 to solve the state.
STATE:
case right
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : β β¦x : Set Uβ¦, x β F β β n, R ... |
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_1 | [1235, 1] | [1304, 7] | define at fAonto | case right
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : β β¦x : Set Uβ¦, x β F β β n, R n x
S : Rel β U := enum_union_fam F f R
x : U
h4 : β t β F, x... | case right
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : β β¦x : Set Uβ¦, x β F β β n, R n x
S : Rel β U := enum_union_fam F f R
x : U
h4 : β t β F, x... | Please generate a tactic in lean4 to solve the state.
STATE:
case right
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : β β¦x : Set Uβ¦, x β F β β n, R ... |
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_1 | [1235, 1] | [1304, 7] | obtain (j : Nat) (h7 : f A j x) from fAonto h5.right | case right
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : β β¦x : Set Uβ¦, x β F β β n, R n x
S : Rel β U := enum_union_fam F f R
x : U
h4 : β t β F, x... | case right
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : β β¦x : Set Uβ¦, x β F β β n, R n x
S : Rel β U := enum_union_fam F f R
x : U
h4 : β t β F, x... | Please generate a tactic in lean4 to solve the state.
STATE:
case right
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : β β¦x : Set Uβ¦, x β F β β n, R ... |
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_1 | [1235, 1] | [1304, 7] | apply Exists.intro (fnnn (i, j)) | case right
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : β β¦x : Set Uβ¦, x β F β β n, R n x
S : Rel β U := enum_union_fam F f R
x : U
h4 : β t β F, x... | case right
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : β β¦x : Set Uβ¦, x β F β β n, R n x
S : Rel β U := enum_union_fam F f R
x : U
h4 : β t β F, x... | Please generate a tactic in lean4 to solve the state.
STATE:
case right
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : β β¦x : Set Uβ¦, x β F β β n, R ... |
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_1 | [1235, 1] | [1304, 7] | define | case right
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : β β¦x : Set Uβ¦, x β F β β n, R n x
S : Rel β U := enum_union_fam F f R
x : U
h4 : β t β F, x... | case right
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : β β¦x : Set Uβ¦, x β F β β n, R n x
S : Rel β U := enum_union_fam F f R
x : U
h4 : β t β F, x... | Please generate a tactic in lean4 to solve the state.
STATE:
case right
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : β β¦x : Set Uβ¦, x β F β β n, R ... |
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_1 | [1235, 1] | [1304, 7] | apply Exists.intro (i, j) | case right
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : β β¦x : Set Uβ¦, x β F β β n, R n x
S : Rel β U := enum_union_fam F f R
x : U
h4 : β t β F, x... | case right
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : β β¦x : Set Uβ¦, x β F β β n, R n x
S : Rel β U := enum_union_fam F f R
x : U
h4 : β t β F, x... | Please generate a tactic in lean4 to solve the state.
STATE:
case right
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : β β¦x : Set Uβ¦, x β F β β n, R ... |
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_1 | [1235, 1] | [1304, 7] | apply And.intro | case right
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : β β¦x : Set Uβ¦, x β F β β n, R n x
S : Rel β U := enum_union_fam F f R
x : U
h4 : β t β F, x... | case right.left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : β β¦x : Set Uβ¦, x β F β β n, R n x
S : Rel β U := enum_union_fam F f R
x : U
h4 : β t β... | Please generate a tactic in lean4 to solve the state.
STATE:
case right
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : β β¦x : Set Uβ¦, x β F β β n, R ... |
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_1 | [1235, 1] | [1304, 7] | rfl | case right.left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : β β¦x : Set Uβ¦, x β F β β n, R n x
S : Rel β U := enum_union_fam F f R
x : U
h4 : β t β... | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
case right.left
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : β β¦x : Set Uβ¦, x β F β β ... |
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_1 | [1235, 1] | [1304, 7] | apply Exists.intro A | case right.right
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : β β¦x : Set Uβ¦, x β F β β n, R n x
S : Rel β U := enum_union_fam F f R
x : U
h4 : β t ... | case right.right
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : β β¦x : Set Uβ¦, x β F β β n, R n x
S : Rel β U := enum_union_fam F f R
x : U
h4 : β t ... | Please generate a tactic in lean4 to solve the state.
STATE:
case right.right
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : β β¦x : Set Uβ¦, x β F β β... |
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_1 | [1235, 1] | [1304, 7] | show A β F β§ R (i, j).1 A β§ f A (i, j).2 x from
And.intro h5.left (And.intro h6 h7) | case right.right
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : β β¦x : Set Uβ¦, x β F β β n, R n x
S : Rel β U := enum_union_fam F f R
x : U
h4 : β t ... | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
case right.right
U : Type
F : Set (Set U)
f : Set U β Rel β U
h1 : β R, fcnl_onto_from_nat R F
h2 : β A β F, fcnl_onto_from_nat (f A) A
R : Rel β (Set U)
h3 : unique_val_on_N R β§ nat_rel_onto R F
Runiqueval : unique_val_on_N R
Ronto : β β¦x : Set Uβ¦, x β F β β... |
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_2 | [1306, 1] | [1330, 7] | set f : Set U β Rel Nat U := fun (A : Set U) => Classical.choose (h1 A) | U : Type
F : Set (Set U)
h : β A β F, ctble A
h1 : β (A : Set U), β SA, A β F β fcnl_onto_from_nat SA A
β’ β f, β A β F, fcnl_onto_from_nat (f A) A | U : Type
F : Set (Set U)
h : β A β F, ctble A
h1 : β (A : Set U), β SA, A β F β fcnl_onto_from_nat SA A
f : Set U β Rel β U := fun A => Classical.choose (_ : β SA, A β F β fcnl_onto_from_nat SA A)
β’ β f, β A β F, fcnl_onto_from_nat (f A) A | Please generate a tactic in lean4 to solve the state.
STATE:
U : Type
F : Set (Set U)
h : β A β F, ctble A
h1 : β (A : Set U), β SA, A β F β fcnl_onto_from_nat SA A
β’ β f, β A β F, fcnl_onto_from_nat (f A) A
TACTIC:
|
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_2 | [1306, 1] | [1330, 7] | apply Exists.intro f | U : Type
F : Set (Set U)
h : β A β F, ctble A
h1 : β (A : Set U), β SA, A β F β fcnl_onto_from_nat SA A
f : Set U β Rel β U := fun A => Classical.choose (_ : β SA, A β F β fcnl_onto_from_nat SA A)
β’ β f, β A β F, fcnl_onto_from_nat (f A) A | U : Type
F : Set (Set U)
h : β A β F, ctble A
h1 : β (A : Set U), β SA, A β F β fcnl_onto_from_nat SA A
f : Set U β Rel β U := fun A => Classical.choose (_ : β SA, A β F β fcnl_onto_from_nat SA A)
β’ β A β F, fcnl_onto_from_nat (f A) A | Please generate a tactic in lean4 to solve the state.
STATE:
U : Type
F : Set (Set U)
h : β A β F, ctble A
h1 : β (A : Set U), β SA, A β F β fcnl_onto_from_nat SA A
f : Set U β Rel β U := fun A => Classical.choose (_ : β SA, A β F β fcnl_onto_from_nat SA A)
β’ β f, β A β F, fcnl_onto_from_nat (f A) A
TACTIC:
|
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_2 | [1306, 1] | [1330, 7] | fix A : Set U | U : Type
F : Set (Set U)
h : β A β F, ctble A
h1 : β (A : Set U), β SA, A β F β fcnl_onto_from_nat SA A
f : Set U β Rel β U := fun A => Classical.choose (_ : β SA, A β F β fcnl_onto_from_nat SA A)
β’ β A β F, fcnl_onto_from_nat (f A) A | U : Type
F : Set (Set U)
h : β A β F, ctble A
h1 : β (A : Set U), β SA, A β F β fcnl_onto_from_nat SA A
f : Set U β Rel β U := fun A => Classical.choose (_ : β SA, A β F β fcnl_onto_from_nat SA A)
A : Set U
β’ A β F β fcnl_onto_from_nat (f A) A | Please generate a tactic in lean4 to solve the state.
STATE:
U : Type
F : Set (Set U)
h : β A β F, ctble A
h1 : β (A : Set U), β SA, A β F β fcnl_onto_from_nat SA A
f : Set U β Rel β U := fun A => Classical.choose (_ : β SA, A β F β fcnl_onto_from_nat SA A)
β’ β A β F, fcnl_onto_from_nat (f A) A
TACTIC:
|
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_2 | [1306, 1] | [1330, 7] | show A β F β fcnl_onto_from_nat (f A) A from Classical.choose_spec (h1 A) | U : Type
F : Set (Set U)
h : β A β F, ctble A
h1 : β (A : Set U), β SA, A β F β fcnl_onto_from_nat SA A
f : Set U β Rel β U := fun A => Classical.choose (_ : β SA, A β F β fcnl_onto_from_nat SA A)
A : Set U
β’ A β F β fcnl_onto_from_nat (f A) A | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
U : Type
F : Set (Set U)
h : β A β F, ctble A
h1 : β (A : Set U), β SA, A β F β fcnl_onto_from_nat SA A
f : Set U β Rel β U := fun A => Classical.choose (_ : β SA, A β F β fcnl_onto_from_nat SA A)
A : Set U
β’ A β F β fcnl_onto_from_nat (f A) A
TACTIC:
|
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_2 | [1306, 1] | [1330, 7] | fix A : Set U | U : Type
F : Set (Set U)
h : β A β F, ctble A
β’ β (A : Set U), β SA, A β F β fcnl_onto_from_nat SA A | U : Type
F : Set (Set U)
h : β A β F, ctble A
A : Set U
β’ β SA, A β F β fcnl_onto_from_nat SA A | Please generate a tactic in lean4 to solve the state.
STATE:
U : Type
F : Set (Set U)
h : β A β F, ctble A
β’ β (A : Set U), β SA, A β F β fcnl_onto_from_nat SA A
TACTIC:
|
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_2 | [1306, 1] | [1330, 7] | by_cases h2 : A β F | U : Type
F : Set (Set U)
h : β A β F, ctble A
A : Set U
β’ β SA, A β F β fcnl_onto_from_nat SA A | case pos
U : Type
F : Set (Set U)
h : β A β F, ctble A
A : Set U
h2 : A β F
β’ β SA, A β F β fcnl_onto_from_nat SA A
case neg
U : Type
F : Set (Set U)
h : β A β F, ctble A
A : Set U
h2 : A β F
β’ β SA, A β F β fcnl_onto_from_nat SA A | Please generate a tactic in lean4 to solve the state.
STATE:
U : Type
F : Set (Set U)
h : β A β F, ctble A
A : Set U
β’ β SA, A β F β fcnl_onto_from_nat SA A
TACTIC:
|
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_2 | [1306, 1] | [1330, 7] | have h3 : ctble A := h A h2 | case pos
U : Type
F : Set (Set U)
h : β A β F, ctble A
A : Set U
h2 : A β F
β’ β SA, A β F β fcnl_onto_from_nat SA A | case pos
U : Type
F : Set (Set U)
h : β A β F, ctble A
A : Set U
h2 : A β F
h3 : ctble A
β’ β SA, A β F β fcnl_onto_from_nat SA A | Please generate a tactic in lean4 to solve the state.
STATE:
case pos
U : Type
F : Set (Set U)
h : β A β F, ctble A
A : Set U
h2 : A β F
β’ β SA, A β F β fcnl_onto_from_nat SA A
TACTIC:
|
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_2 | [1306, 1] | [1330, 7] | rewrite [Theorem_8_1_5_2] at h3 | case pos
U : Type
F : Set (Set U)
h : β A β F, ctble A
A : Set U
h2 : A β F
h3 : ctble A
β’ β SA, A β F β fcnl_onto_from_nat SA A | case pos
U : Type
F : Set (Set U)
h : β A β F, ctble A
A : Set U
h2 : A β F
h3 : β R, fcnl_onto_from_nat R A
β’ β SA, A β F β fcnl_onto_from_nat SA A | Please generate a tactic in lean4 to solve the state.
STATE:
case pos
U : Type
F : Set (Set U)
h : β A β F, ctble A
A : Set U
h2 : A β F
h3 : ctble A
β’ β SA, A β F β fcnl_onto_from_nat SA A
TACTIC:
|
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_2 | [1306, 1] | [1330, 7] | obtain (SA : Rel Nat U) (h4 : fcnl_onto_from_nat SA A) from h3 | case pos
U : Type
F : Set (Set U)
h : β A β F, ctble A
A : Set U
h2 : A β F
h3 : β R, fcnl_onto_from_nat R A
β’ β SA, A β F β fcnl_onto_from_nat SA A | case pos
U : Type
F : Set (Set U)
h : β A β F, ctble A
A : Set U
h2 : A β F
h3 : β R, fcnl_onto_from_nat R A
SA : Rel β U
h4 : fcnl_onto_from_nat SA A
β’ β SA, A β F β fcnl_onto_from_nat SA A | Please generate a tactic in lean4 to solve the state.
STATE:
case pos
U : Type
F : Set (Set U)
h : β A β F, ctble A
A : Set U
h2 : A β F
h3 : β R, fcnl_onto_from_nat R A
β’ β SA, A β F β fcnl_onto_from_nat SA A
TACTIC:
|
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_2 | [1306, 1] | [1330, 7] | apply Exists.intro SA | case pos
U : Type
F : Set (Set U)
h : β A β F, ctble A
A : Set U
h2 : A β F
h3 : β R, fcnl_onto_from_nat R A
SA : Rel β U
h4 : fcnl_onto_from_nat SA A
β’ β SA, A β F β fcnl_onto_from_nat SA A | case pos
U : Type
F : Set (Set U)
h : β A β F, ctble A
A : Set U
h2 : A β F
h3 : β R, fcnl_onto_from_nat R A
SA : Rel β U
h4 : fcnl_onto_from_nat SA A
β’ A β F β fcnl_onto_from_nat SA A | Please generate a tactic in lean4 to solve the state.
STATE:
case pos
U : Type
F : Set (Set U)
h : β A β F, ctble A
A : Set U
h2 : A β F
h3 : β R, fcnl_onto_from_nat R A
SA : Rel β U
h4 : fcnl_onto_from_nat SA A
β’ β SA, A β F β fcnl_onto_from_nat SA A
TACTIC:
|
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_2 | [1306, 1] | [1330, 7] | assume h5 : A β F | case pos
U : Type
F : Set (Set U)
h : β A β F, ctble A
A : Set U
h2 : A β F
h3 : β R, fcnl_onto_from_nat R A
SA : Rel β U
h4 : fcnl_onto_from_nat SA A
β’ A β F β fcnl_onto_from_nat SA A | case pos
U : Type
F : Set (Set U)
h : β A β F, ctble A
A : Set U
h2 : A β F
h3 : β R, fcnl_onto_from_nat R A
SA : Rel β U
h4 : fcnl_onto_from_nat SA A
h5 : A β F
β’ fcnl_onto_from_nat SA A | Please generate a tactic in lean4 to solve the state.
STATE:
case pos
U : Type
F : Set (Set U)
h : β A β F, ctble A
A : Set U
h2 : A β F
h3 : β R, fcnl_onto_from_nat R A
SA : Rel β U
h4 : fcnl_onto_from_nat SA A
β’ A β F β fcnl_onto_from_nat SA A
TACTIC:
|
https://github.com/djvelleman/HTPILeanPackage.git | 4d23e94fff351c65b5e1345c43451f2aa9908c27 | HTPILib/Chap8Part2.lean | HTPI.Lemma_8_2_2_2 | [1306, 1] | [1330, 7] | show fcnl_onto_from_nat SA A from h4 | case pos
U : Type
F : Set (Set U)
h : β A β F, ctble A
A : Set U
h2 : A β F
h3 : β R, fcnl_onto_from_nat R A
SA : Rel β U
h4 : fcnl_onto_from_nat SA A
h5 : A β F
β’ fcnl_onto_from_nat SA A | no goals | Please generate a tactic in lean4 to solve the state.
STATE:
case pos
U : Type
F : Set (Set U)
h : β A β F, ctble A
A : Set U
h2 : A β F
h3 : β R, fcnl_onto_from_nat R A
SA : Rel β U
h4 : fcnl_onto_from_nat SA A
h5 : A β F
β’ fcnl_onto_from_nat SA A
TACTIC:
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.