Current library: Alpha v34, 4,223 checked-use theorems; Stable remains 432. Historical first admissions, original proof editions, and non-admitted aliases are preserved. Exact original first-admission records.
Statement with defined notation
∀ p. ∀ n. ∀ b. ∀ c. ∀ l. ∀ i. ∀ j. InversePrefix(p,n,b,c,l) → Lt(i,l) → BetaAt(b,c,i,j) → InverseIndex(p,n,i,j)Every purple notation token opens its conservative definition. This is a reading surface; the compiler expands the statement before the unchanged kernel checks it.
Definitions used by this theorem
In the theorem statement
4 occurrences
In local proof propositions
2 occurrences
Exact expanded native-PA statement
forall p n b c l i j. (forall wip_index_entry_prefix. (exists wip_gap_entry_prefix_prefix_bound. wip_gap_entry_prefix_prefix_bound + S wip_index_entry_prefix = l) -> exists wip_mate_entry_prefix. ((((exists wip_beta_height_entry_prefix_decoded. wip_beta_height_entry_prefix_decoded + S (wip_mate_entry_prefix) = S ((S (wip_index_entry_prefix)) * c)) /\ exists wip_beta_quotient_entry_prefix_decoded. b = wip_beta_quotient_entry_prefix_decoded * S ((S (wip_index_entry_prefix)) * c) + (wip_mate_entry_prefix))) /\ ((exists wip_gap_entry_prefix_inverse_index_bound. wip_gap_entry_prefix_inverse_index_bound + S wip_index_entry_prefix = n) /\ ((exists wip_gap_entry_prefix_inverse_mate_bound. wip_gap_entry_prefix_inverse_mate_bound + S wip_mate_entry_prefix = n) /\ (exists wip_mod_left_entry_prefix_inverse_mod wip_mod_right_entry_prefix_inverse_mod. ((S wip_index_entry_prefix) * S wip_mate_entry_prefix) + p * wip_mod_left_entry_prefix_inverse_mod = 1 + p * wip_mod_right_entry_prefix_inverse_mod))))) -> (exists wip_gap_entry_index_bound. wip_gap_entry_index_bound + S i = l) -> (((exists wip_beta_height_entry_source. wip_beta_height_entry_source + S (j) = S ((S (i)) * c)) /\ exists wip_beta_quotient_entry_source. b = wip_beta_quotient_entry_source * S ((S (i)) * c) + (j))) -> ((exists wip_gap_entry_result_index_bound. wip_gap_entry_result_index_bound + S i = n) /\ ((exists wip_gap_entry_result_mate_bound. wip_gap_entry_result_mate_bound + S j = n) /\ (exists wip_mod_left_entry_result_mod wip_mod_right_entry_result_mod. ((S i) * S j) + p * wip_mod_left_entry_result_mod = 1 + p * wip_mod_right_entry_result_mod)))Proof neighborhood
Direct theorem prerequisites
Direct theorem dependents
Definition-aware tactic body
Only local propositions introduced by have or suffices are compacted. The untrusted compiler re-expands each one before the original tactic script is replayed; defined notation is never accepted by the kernel. Open the exact replay line beneath every changed command.
Read the argument
Proof checkpoints
This is a reading aid, not a new proof or a proof-tree certificate. Checkpoint groups are consecutive commands, not inferred branch boundaries. Every step links to the preserved script.
Named ingredients (1)
01Fix variables and assumptionsL1–10
02Establish hstoredL11–14
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply hprefix.
- L11
have hstored : ∃ k. BetaAt(b,c,i,k) ∧ InverseIndex(p,n,i,k)Definitions: BetaAt(b,c,i,k)InverseIndex(p,n,i,k)Original native command in the exact edition - L12
specialize hprefix i - L13
apply hprefix - L14
exact hi
03Separate the logical casesL15–16
04Establish heqL17–26
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply beta at unique.
05Calculate and transport equalitiesL27–27
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L27
rewrite heq
06Use earlier factsL28–28
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L28
exact hstored_witness_right
Original defined command ledger · 28 lines
- 0001
intro p - 0002
intro n - 0003
intro b - 0004
intro c - 0005
intro l - 0006
intro i - 0007
intro j - 0008
intro hprefix - 0009
intro hi - 0010
intro hat - 0011
have hstored : ∃ k. BetaAt(b,c,i,k) ∧ InverseIndex(p,n,i,k)Exact native replay line
have hstored : exists k. ((((exists wip_beta_height_entry_stored_at. wip_beta_height_entry_stored_at + S (k) = S ((S (i)) * c)) /\ exists wip_beta_quotient_entry_stored_at. b = wip_beta_quotient_entry_stored_at * S ((S (i)) * c) + (k))) /\ ((exists wip_gap_entry_stored_inverse_index_bound. wip_gap_entry_stored_inverse_index_bound + S i = n) /\ ((exists wip_gap_entry_stored_inverse_mate_bound. wip_gap_entry_stored_inverse_mate_bound + S k = n) /\ (exists wip_mod_left_entry_stored_inverse_mod wip_mod_right_entry_stored_inverse_mod. ((S i) * S k) + p * wip_mod_left_entry_stored_inverse_mod = 1 + p * wip_mod_right_entry_stored_inverse_mod)))) - 0012
specialize hprefix i - 0013
apply hprefix - 0014
exact hi - 0015
cases hstored - 0016
cases hstored_witness - 0017
have heq : j = x - 0018
specialize beta_at_unique b - 0019
specialize beta_at_unique c - 0020
specialize beta_at_unique i - 0021
specialize beta_at_unique j - 0022
specialize beta_at_unique x - 0023
apply beta_at_unique - 0024
exact hat - 0025
exact hstored_witness_left - 0026
rewrite heq - 0027
rewrite heq - 0028
exact hstored_witness_right