mirror of
https://github.com/saymrwulf/anza-ed25519-verified.git
synced 2026-09-03 20:13:46 +00:00
THE GAP. The capability matrix in the control repo — built after the author
answered a capability question by grepping for a FILENAME rather than for the
property, three times in one session — asked whether each repository's auditor
enumerates itself. The four ed25519 forks answered no. Following that up found
something larger: `Proofs/Audit.lean`, the statement-binding driver from P1-a,
is compiled, is a member of the manifest, and was enumerated by NOTHING. The
kernel counted 3058 declarations where the inventory accounted for 3022, and
26 of the 36 missing were its.
THE PROPERTY, now enforced: every constant the kernel sees under this button's
manifest must appear, BY NAME, in either the corpus inventory or the
instruments' own surface. `emitDrivers` in InventoryCore walks the audit
modules and fails closed on an axiom (which would widen the trusted base
outside every cone) or on a standalone claim (which no certificate covers and
no allowlist pins), while admitting the obligations the elaborator generates
for a definition declared alongside it.
TWO WRONG FORMULATIONS FIRST, both recorded because the second is instructive:
· `kernel = corpus + instruments + N_DRIVERS`, where the last term was
justified as a per-driver "self-observation blind spot". It fitted dalek
and anza (2 drivers, residual 2) and broke on risc0 and betrusted
(1 driver, residual 2). The residual is 2 everywhere and has nothing to do
with drivers. This was curve-fitting from a sample of one, and it was named
as the highest-risk claim in the round-7 self-assessment BEFORE the data
refuted it.
· distinct-by-name counting, which collapses `CurveFieldProofs.zero_spec` —
a name that genuinely denotes two different declarations, in Proofs.Basic
and Proofs.ConstSpecs, walked by two drivers with separate environments.
THE MEASURED CAUSE of the residual. Lean materialises equation lemmas lazily,
when something forces an unfold, and each module that forces one gets its own
copy in its object file. `CurveFieldProofs.denote.eq_1` sits in both
SubNegSpec.olean and ConstSpecs.olean; `CurveFieldProofs.limbsVal.eq_1` in both
ReduceSpec.olean and ConstSpecs.olean. The kernel gate reads object files and
counts both copies; the environment holds one constant per name. Counts cannot
relate those two views in either direction — so the check compares SETS, which
is the idiom the rest of this estate already uses, and no constant remains that
could be widened to make a red run green.
Negative-tested: with the instrument walk disabled, the check names
Proofs.Audit's declarations as unaccounted.
ANZA also lacked one allowlist row, `subtle.Choice...from.eq_1`, the same
lazy-materialisation effect seen from the other side. Verified rather than
assumed before adding it: the parent is declared in gen/CurveField/
FunsExternal.lean — the model, pinned by bytes and not inventoried by
declaration — the lemma materialised in Proofs.CompressSpec which forced the
unfold, and all three other forks carry the lemma row while none carries the
parent.
CONSEQUENCE WORTH DISCLOSING: the audited declaration surface is not purely a
function of the corpus source. It depends on which proofs forced which
unfolds. This is now a known gap in the round-7 kit.
Also corrected here: Proofs/Inventory.lean's header claimed the audit drivers
were excluded from the compile manifest. They are lines 42-44 of PROOFS.
Certified by a full sweep: both buttons, all four forks, purged trees. 8/8.
3033 lines
301 KiB
Text
3033 lines
301 KiB
Text
#
|
|
#
|
|
#
|
|
# INV|<fully qualified name>|<kind>|<comma-separated axiom cone>
|
|
# Generated from a green run; every entry reviewed as a DIFF, not read
|
|
# One line per constant in the compiled environment of the audited corpus:
|
|
# Regenerate deliberately: run check.sh, take the observed inventory, and
|
|
# inventory-allowlist.txt — the pinned audit surface (check.sh Phase 2c).
|
|
# line by line — 3000 compiler-generated auxiliaries are not human-readable
|
|
# prose, and pretending otherwise would be the point of failure. What a
|
|
# reader checks is that a change to this file is explained by a change to
|
|
# the proofs.
|
|
INV|Proofs.AddSpec|Aeneas.Std.core.cmp.impls.PartialOrdUsize.lt.eq_1|theorem|
|
|
INV|Proofs.AddSpec|Aeneas.Std.core.iter.range.StepUsize.forward_checked.eq_1|theorem|propext
|
|
INV|Proofs.AddSpec|CurveFieldProofs.add_limbs_spec._proof_1_18|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.AddSpec|CurveFieldProofs.add_limbs_spec._proof_1_19|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.AddSpec|CurveFieldProofs.add_limbs_spec._proof_1_20|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.AddSpec|CurveFieldProofs.add_limbs_spec._proof_1_22|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.AddSpec|CurveFieldProofs.add_limbs_spec._proof_1_23|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.AddSpec|CurveFieldProofs.add_limbs_spec._proof_1_24|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.AddSpec|CurveFieldProofs.add_limbs_spec._proof_1_25|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.AddSpec|CurveFieldProofs.add_limbs_spec._proof_1_27|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.AddSpec|CurveFieldProofs.add_limbs_spec._proof_1_28|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.AddSpec|CurveFieldProofs.add_limbs_spec._proof_1_29|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.AddSpec|CurveFieldProofs.add_limbs_spec._proof_1_30|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.AddSpec|CurveFieldProofs.add_limbs_spec._proof_1_32|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.AddSpec|CurveFieldProofs.add_limbs_spec._proof_1_33|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.AddSpec|CurveFieldProofs.add_limbs_spec._proof_1_34|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.AddSpec|CurveFieldProofs.add_limbs_spec._proof_1_35|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.AddSpec|CurveFieldProofs.add_limbs_spec._proof_1_37|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.AddSpec|CurveFieldProofs.add_limbs_spec._proof_1_38|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.AddSpec|CurveFieldProofs.add_limbs_spec._proof_1_39|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.AddSpec|CurveFieldProofs.add_limbs_spec._proof_1_3|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.AddSpec|CurveFieldProofs.add_limbs_spec._proof_1_40|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.AddSpec|CurveFieldProofs.add_limbs_spec._proof_1_42|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.AddSpec|CurveFieldProofs.add_limbs_spec._simp_1_10|theorem|propext
|
|
INV|Proofs.AddSpec|CurveFieldProofs.add_limbs_spec._simp_1_11|theorem|propext
|
|
INV|Proofs.AddSpec|CurveFieldProofs.add_limbs_spec._simp_1_12|theorem|propext
|
|
INV|Proofs.AddSpec|CurveFieldProofs.add_limbs_spec._simp_1_13|theorem|propext
|
|
INV|Proofs.AddSpec|CurveFieldProofs.add_limbs_spec._simp_1_14|theorem|propext
|
|
INV|Proofs.AddSpec|CurveFieldProofs.add_limbs_spec._simp_1_15|theorem|propext
|
|
INV|Proofs.AddSpec|CurveFieldProofs.add_limbs_spec._simp_1_16|theorem|propext
|
|
INV|Proofs.AddSpec|CurveFieldProofs.add_limbs_spec._simp_1_17|theorem|propext
|
|
INV|Proofs.AddSpec|CurveFieldProofs.add_limbs_spec._simp_1_43|theorem|propext
|
|
INV|Proofs.AddSpec|CurveFieldProofs.add_limbs_spec._simp_1_4|theorem|Quot.sound,propext
|
|
INV|Proofs.AddSpec|CurveFieldProofs.add_limbs_spec._simp_1_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.AddSpec|CurveFieldProofs.add_limbs_spec._simp_1_6|theorem|Quot.sound,propext
|
|
INV|Proofs.AddSpec|CurveFieldProofs.add_limbs_spec._simp_1_7|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.AddSpec|CurveFieldProofs.add_limbs_spec._simp_1_8|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.AddSpec|CurveFieldProofs.add_limbs_spec._simp_1_9|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.AddSpec|CurveFieldProofs.add_limbs_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.AddSpec|CurveFieldProofs.add_spec._proof_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.AddSpec|CurveFieldProofs.add_spec._proof_1_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.AddSpec|CurveFieldProofs.add_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.AddSpec|CurveFieldProofs.loop_step.match_1|def|
|
|
INV|Proofs.AddSpec|CurveFieldProofs.loop_step|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.AddSpec|CurveFieldProofs.range_next_ge_spec._proof_1_4|theorem|Quot.sound,propext
|
|
INV|Proofs.AddSpec|CurveFieldProofs.range_next_ge_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.AddSpec|CurveFieldProofs.range_next_lt_spec._proof_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.AddSpec|CurveFieldProofs.range_next_lt_spec._proof_1_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.AddSpec|CurveFieldProofs.range_next_lt_spec._simp_1_6|theorem|propext
|
|
INV|Proofs.AddSpec|CurveFieldProofs.range_next_lt_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.AddSpec|_private.Proofs.AddSpec.0.Aeneas.Std.core.iter.adapters.step_by.skipN.match_1.eq_1|theorem|
|
|
INV|Proofs.AddSpec|_private.Proofs.AddSpec.0.Aeneas.Std.core.iter.adapters.step_by.skipN.match_1.eq_2|theorem|
|
|
INV|Proofs.AddSpec|_private.Proofs.AddSpec.0.Aeneas.Std.core.iter.adapters.step_by.skipN.match_1.splitter|def|
|
|
INV|Proofs.AddSpec|_private.Proofs.AddSpec.0.CurveFieldProofs.loop_step.match_1.eq_1|theorem|
|
|
INV|Proofs.AddSpec|_private.Proofs.AddSpec.0.CurveFieldProofs.loop_step.match_1.eq_2|theorem|
|
|
INV|Proofs.AddSpec|_private.Proofs.AddSpec.0.CurveFieldProofs.loop_step.match_1.splitter|def|
|
|
INV|Proofs.AddSpec|_private.Proofs.AddSpec.0.curve25519.backend.serial.u64.field.FieldElement51.Insts.CoreOpsArithAddAssignSharedAFieldElement51.add_assign_loop.body.match_1.eq_1|theorem|
|
|
INV|Proofs.AddSpec|_private.Proofs.AddSpec.0.curve25519.backend.serial.u64.field.FieldElement51.Insts.CoreOpsArithAddAssignSharedAFieldElement51.add_assign_loop.body.match_1.eq_2|theorem|
|
|
INV|Proofs.AddSpec|_private.Proofs.AddSpec.0.curve25519.backend.serial.u64.field.FieldElement51.Insts.CoreOpsArithAddAssignSharedAFieldElement51.add_assign_loop.body.match_1.splitter|def|
|
|
INV|Proofs.Basic|CurveFieldProofs.bool_from_choice_spec|theorem|
|
|
INV|Proofs.Basic|CurveFieldProofs.choice_from_u8_spec|theorem|
|
|
INV|Proofs.Basic|CurveFieldProofs.default_eq_zero|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Basic|CurveFieldProofs.from_limbs_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Basic|CurveFieldProofs.u64_conditional_assign_spec|theorem|
|
|
INV|Proofs.Basic|CurveFieldProofs.u64_conditional_select_spec|theorem|
|
|
INV|Proofs.Basic|CurveFieldProofs.u8_ct_eq_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Basic|CurveFieldProofs.zero_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.CompressSpec|CurveFieldProofs.Bytes32.exists_bytes.match_1_1|def|
|
|
INV|Proofs.CompressSpec|CurveFieldProofs.Bytes32.exists_bytes|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.CompressSpec|CurveFieldProofs.ed_compress_spec._proof_1_16|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.CompressSpec|CurveFieldProofs.ed_compress_spec._proof_1_17|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.CompressSpec|CurveFieldProofs.ed_compress_spec._proof_1_18|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.CompressSpec|CurveFieldProofs.ed_compress_spec._proof_1_19|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.CompressSpec|CurveFieldProofs.ed_compress_spec._proof_1_20|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.CompressSpec|CurveFieldProofs.ed_compress_spec._proof_1_22|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.CompressSpec|CurveFieldProofs.ed_compress_spec._proof_1_23|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.CompressSpec|CurveFieldProofs.ed_compress_spec._proof_1_24|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.CompressSpec|CurveFieldProofs.ed_compress_spec._simp_1_10|theorem|propext
|
|
INV|Proofs.CompressSpec|CurveFieldProofs.ed_compress_spec._simp_1_11|theorem|propext
|
|
INV|Proofs.CompressSpec|CurveFieldProofs.ed_compress_spec._simp_1_12|theorem|propext
|
|
INV|Proofs.CompressSpec|CurveFieldProofs.ed_compress_spec._simp_1_13|theorem|propext
|
|
INV|Proofs.CompressSpec|CurveFieldProofs.ed_compress_spec._simp_1_14|theorem|propext
|
|
INV|Proofs.CompressSpec|CurveFieldProofs.ed_compress_spec._simp_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.CompressSpec|CurveFieldProofs.ed_compress_spec._simp_1_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.CompressSpec|CurveFieldProofs.ed_compress_spec._simp_1_3|theorem|Quot.sound,propext
|
|
INV|Proofs.CompressSpec|CurveFieldProofs.ed_compress_spec._simp_1_4|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.CompressSpec|CurveFieldProofs.ed_compress_spec._simp_1_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.CompressSpec|CurveFieldProofs.ed_compress_spec._simp_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.CompressSpec|CurveFieldProofs.ed_compress_spec._simp_1_7|theorem|propext
|
|
INV|Proofs.CompressSpec|CurveFieldProofs.ed_compress_spec._simp_1_8|theorem|propext
|
|
INV|Proofs.CompressSpec|CurveFieldProofs.ed_compress_spec._simp_1_9|theorem|propext
|
|
INV|Proofs.CompressSpec|CurveFieldProofs.ed_compress_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.CompressSpec|CurveFieldProofs.is_negative_spec._proof_1_15|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.CompressSpec|CurveFieldProofs.is_negative_spec._proof_1_16|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.CompressSpec|CurveFieldProofs.is_negative_spec._proof_1_19|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.CompressSpec|CurveFieldProofs.is_negative_spec._simp_1_10|theorem|propext
|
|
INV|Proofs.CompressSpec|CurveFieldProofs.is_negative_spec._simp_1_11|theorem|propext
|
|
INV|Proofs.CompressSpec|CurveFieldProofs.is_negative_spec._simp_1_12|theorem|propext
|
|
INV|Proofs.CompressSpec|CurveFieldProofs.is_negative_spec._simp_1_13|theorem|propext
|
|
INV|Proofs.CompressSpec|CurveFieldProofs.is_negative_spec._simp_1_14|theorem|propext
|
|
INV|Proofs.CompressSpec|CurveFieldProofs.is_negative_spec._simp_1_18|theorem|propext
|
|
INV|Proofs.CompressSpec|CurveFieldProofs.is_negative_spec._simp_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.CompressSpec|CurveFieldProofs.is_negative_spec._simp_1_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.CompressSpec|CurveFieldProofs.is_negative_spec._simp_1_3|theorem|Quot.sound,propext
|
|
INV|Proofs.CompressSpec|CurveFieldProofs.is_negative_spec._simp_1_4|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.CompressSpec|CurveFieldProofs.is_negative_spec._simp_1_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.CompressSpec|CurveFieldProofs.is_negative_spec._simp_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.CompressSpec|CurveFieldProofs.is_negative_spec._simp_1_7|theorem|propext
|
|
INV|Proofs.CompressSpec|CurveFieldProofs.is_negative_spec._simp_1_8|theorem|propext
|
|
INV|Proofs.CompressSpec|CurveFieldProofs.is_negative_spec._simp_1_9|theorem|propext
|
|
INV|Proofs.CompressSpec|CurveFieldProofs.is_negative_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.CompressSpec|CurveFieldProofs.to_bytes_spec'|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.CompressSpec|subtle.Choice.Insts.CoreConvertFromU8.from.eq_1|theorem|
|
|
INV|Proofs.CompressSpec|subtle.Choice.unwrap_u8.eq_1|theorem|
|
|
INV|Proofs.ConstSpecs|Aeneas.Std.Array.make.eq_1|theorem|
|
|
INV|Proofs.ConstSpecs|CurveFieldProofs.feVal._sparseCasesOn_1.else_eq|theorem|propext
|
|
INV|Proofs.ConstSpecs|CurveFieldProofs.feVal._sparseCasesOn_2.else_eq|theorem|propext
|
|
INV|Proofs.ConstSpecs|CurveFieldProofs.minus_one_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ConstSpecs|CurveFieldProofs.natCast_P_sub_one|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ConstSpecs|CurveFieldProofs.one_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ConstSpecs|CurveFieldProofs.sqrt_m1_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ConstSpecs|CurveFieldProofs.zero_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ConstSpecs|_private.Proofs.ConstSpecs.0.CurveFieldProofs.feVal.match_1.eq_1|theorem|propext
|
|
INV|Proofs.ConstSpecs|_private.Proofs.ConstSpecs.0.CurveFieldProofs.feVal.match_1.eq_2|theorem|propext
|
|
INV|Proofs.ConstSpecs|_private.Proofs.ConstSpecs.0.CurveFieldProofs.feVal.match_1.splitter._sparseCasesOn_2|def|propext
|
|
INV|Proofs.ConstSpecs|_private.Proofs.ConstSpecs.0.CurveFieldProofs.feVal.match_1.splitter._sparseCasesOn_4|def|propext
|
|
INV|Proofs.ConstSpecs|_private.Proofs.ConstSpecs.0.CurveFieldProofs.feVal.match_1.splitter|def|propext
|
|
INV|Proofs.DecompressMain|Bool.Insts.CoreConvertFromChoice.from.eq_1|theorem|
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical._proof_1_15|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical._proof_1_16|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical._proof_1_18|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical._proof_1_19|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical._proof_1_20|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical._proof_1_21|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical._proof_1_22|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical._proof_1_23|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical._proof_1_24|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical._proof_1_25|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical._proof_1_26|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical._proof_1_27|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical._proof_1_28|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical._proof_1_29|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical._proof_1_30|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical._proof_1_31|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical._proof_1_32|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical._proof_1_33|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical._proof_1_34|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical._proof_1_35|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical._proof_1_36|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical._proof_1_37|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical._proof_1_38|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical._proof_1_39|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical._proof_1_40|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical._proof_1_41|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical._proof_1_42|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical._proof_1_43|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical._proof_1_44|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical._proof_1_45|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical._proof_1_46|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical._proof_1_47|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical._proof_1_48|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical._proof_1_49|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical._proof_1_50|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical._proof_1_51|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical._proof_1_52|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical._proof_1_53|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical._proof_1_54|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical._proof_1_55|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical._proof_1_57|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical._simp_1_10|theorem|propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical._simp_1_11|theorem|propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical._simp_1_12|theorem|propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical._simp_1_13|theorem|propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical._simp_1_14|theorem|propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical._simp_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical._simp_1_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical._simp_1_3|theorem|Quot.sound,propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical._simp_1_4|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical._simp_1_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical._simp_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical._simp_1_7|theorem|propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical._simp_1_8|theorem|propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical._simp_1_9|theorem|propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.decompress_of_canonical|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.edwards_d_denote.match_1_1|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.edwards_d_denote|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressMain|CurveFieldProofs.verify_accepts_iff_decompress|theorem|Classical.choice,Quot.sound,ed25519.Signature,ed25519.Signature.r_bytes,ed25519.Signature.s_bytes,ed_sigs.sha512_hash3,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.bytesVal_congr|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.bytesVal_inj|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.bytes_eq_iff_denote|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.eq_neg_self_iff_zero|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.fe_cond_assign_spec._proof_1_16|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.fe_cond_assign_spec._proof_1_17|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.fe_cond_assign_spec._proof_1_18|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.fe_cond_assign_spec._proof_1_19|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.fe_cond_assign_spec._proof_1_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.fe_cond_assign_spec._proof_1_20|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.fe_cond_assign_spec._proof_1_21|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.fe_cond_assign_spec._proof_1_22|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.fe_cond_assign_spec._proof_1_23|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.fe_cond_assign_spec._proof_1_24|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.fe_cond_assign_spec._proof_1_25|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.fe_cond_assign_spec._proof_1_26|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.fe_cond_assign_spec._proof_1_27|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.fe_cond_assign_spec._proof_1_28|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.fe_cond_assign_spec._proof_1_29|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.fe_cond_assign_spec._proof_1_30|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.fe_cond_assign_spec._proof_1_31|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.fe_cond_assign_spec._proof_1_32|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.fe_cond_assign_spec._proof_1_33|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.fe_cond_assign_spec._proof_1_34|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.fe_cond_assign_spec._proof_1_35|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.fe_cond_assign_spec._proof_1_36|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.fe_cond_assign_spec._proof_1_37|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.fe_cond_assign_spec._simp_1_10|theorem|propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.fe_cond_assign_spec._simp_1_11|theorem|propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.fe_cond_assign_spec._simp_1_12|theorem|propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.fe_cond_assign_spec._simp_1_13|theorem|propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.fe_cond_assign_spec._simp_1_14|theorem|propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.fe_cond_assign_spec._simp_1_15|theorem|propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.fe_cond_assign_spec._simp_1_2|theorem|Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.fe_cond_assign_spec._simp_1_3|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.fe_cond_assign_spec._simp_1_4|theorem|Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.fe_cond_assign_spec._simp_1_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.fe_cond_assign_spec._simp_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.fe_cond_assign_spec._simp_1_7|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.fe_cond_assign_spec._simp_1_8|theorem|propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.fe_cond_assign_spec._simp_1_9|theorem|propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.fe_cond_assign_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.fe_ct_eq_spec._simp_1_10|theorem|propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.fe_ct_eq_spec._simp_1_11|theorem|propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.fe_ct_eq_spec._simp_1_12|theorem|propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.fe_ct_eq_spec._simp_1_13|theorem|propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.fe_ct_eq_spec._simp_1_14|theorem|propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.fe_ct_eq_spec._simp_1_16|theorem|propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.fe_ct_eq_spec._simp_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.fe_ct_eq_spec._simp_1_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.fe_ct_eq_spec._simp_1_3|theorem|Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.fe_ct_eq_spec._simp_1_4|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.fe_ct_eq_spec._simp_1_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.fe_ct_eq_spec._simp_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.fe_ct_eq_spec._simp_1_7|theorem|propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.fe_ct_eq_spec._simp_1_8|theorem|propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.fe_ct_eq_spec._simp_1_9|theorem|propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.fe_ct_eq_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.one_add_i_ne_zero|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.pow_p58_spec._simp_1_10|theorem|propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.pow_p58_spec._simp_1_11|theorem|propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.pow_p58_spec._simp_1_12|theorem|propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.pow_p58_spec._simp_1_13|theorem|propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.pow_p58_spec._simp_1_14|theorem|propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.pow_p58_spec._simp_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.pow_p58_spec._simp_1_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.pow_p58_spec._simp_1_3|theorem|Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.pow_p58_spec._simp_1_4|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.pow_p58_spec._simp_1_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.pow_p58_spec._simp_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.pow_p58_spec._simp_1_7|theorem|propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.pow_p58_spec._simp_1_8|theorem|propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.pow_p58_spec._simp_1_9|theorem|propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.pow_p58_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.sqrt_core|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.sqrt_ratio_i_sq_spec._proof_1_15|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.sqrt_ratio_i_sq_spec._proof_1_16|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.sqrt_ratio_i_sq_spec._proof_1_19|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.sqrt_ratio_i_sq_spec._proof_1_20|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.sqrt_ratio_i_sq_spec._simp_1_10|theorem|propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.sqrt_ratio_i_sq_spec._simp_1_11|theorem|propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.sqrt_ratio_i_sq_spec._simp_1_12|theorem|propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.sqrt_ratio_i_sq_spec._simp_1_13|theorem|propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.sqrt_ratio_i_sq_spec._simp_1_14|theorem|propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.sqrt_ratio_i_sq_spec._simp_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.sqrt_ratio_i_sq_spec._simp_1_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.sqrt_ratio_i_sq_spec._simp_1_3|theorem|Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.sqrt_ratio_i_sq_spec._simp_1_4|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.sqrt_ratio_i_sq_spec._simp_1_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.sqrt_ratio_i_sq_spec._simp_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.sqrt_ratio_i_sq_spec._simp_1_7|theorem|propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.sqrt_ratio_i_sq_spec._simp_1_8|theorem|propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.sqrt_ratio_i_sq_spec._simp_1_9|theorem|propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.sqrt_ratio_i_sq_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|CurveFieldProofs.u64_cond_assign|theorem|
|
|
INV|Proofs.DecompressSpec|Slice.Insts.SubtleConstantTimeEq.ct_eq.eq_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DecompressSpec|subtle.Choice.Insts.CoreOpsBitBitOrChoiceChoice.bitor.eq_1|theorem|Quot.sound,propext
|
|
INV|Proofs.Denote|CurveFieldProofs.Bnd.eq_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Denote|CurveFieldProofs.Bnd.mono._proof_1_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Denote|CurveFieldProofs.Bnd.mono|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Denote|CurveFieldProofs.Bnd_eq._simp_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Denote|CurveFieldProofs.Bnd_eq|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Denote|CurveFieldProofs.Bnd|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Denote|CurveFieldProofs.Fe.exists_limbs.match_1_1|def|
|
|
INV|Proofs.Denote|CurveFieldProofs.Fe.exists_limbs|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Denote|CurveFieldProofs.Fe|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Denote|CurveFieldProofs.Fp|def|propext
|
|
INV|Proofs.Denote|CurveFieldProofs.P.eq_1|theorem|propext
|
|
INV|Proofs.Denote|CurveFieldProofs.P_pos|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Denote|CurveFieldProofs.P|def|propext
|
|
INV|Proofs.Denote|CurveFieldProofs._aux_Proofs_Denote___unexpand_CurveFieldProofs_denote_1|def|
|
|
INV|Proofs.Denote|CurveFieldProofs.denote|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Denote|CurveFieldProofs.feVal._sparseCasesOn_1|def|propext
|
|
INV|Proofs.Denote|CurveFieldProofs.feVal._sparseCasesOn_2|def|propext
|
|
INV|Proofs.Denote|CurveFieldProofs.feVal.eq_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Denote|CurveFieldProofs.feVal.match_1|def|propext
|
|
INV|Proofs.Denote|CurveFieldProofs.feVal_eq|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Denote|CurveFieldProofs.feVal|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Denote|CurveFieldProofs.fe_add|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Denote|CurveFieldProofs.fe_invert|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Denote|CurveFieldProofs.fe_minus_one|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Denote|CurveFieldProofs.fe_mul|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Denote|CurveFieldProofs.fe_neg|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Denote|CurveFieldProofs.fe_one|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Denote|CurveFieldProofs.fe_pow2k|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Denote|CurveFieldProofs.fe_reduce|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Denote|CurveFieldProofs.fe_square|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Denote|CurveFieldProofs.fe_sub|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Denote|CurveFieldProofs.fe_zero|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Denote|CurveFieldProofs.limbsVal|def|propext
|
|
INV|Proofs.Denote|CurveFieldProofs.two_pow_255_eq|theorem|Quot.sound,propext
|
|
INV|Proofs.Denote|CurveFieldProofs.«_aux_Proofs_Denote___macroRules_CurveFieldProofs_term⟪_⟫_1»|def|
|
|
INV|Proofs.Denote|CurveFieldProofs.«term⟪_⟫»|def|
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.NafDigits|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.NafTableOf|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsmFold._f|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsmFold._sunfold|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsmFold.match_1|def|propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsmFold_succ|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsmFold_zero|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsmFold|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsm_loop_loop_spec._proof_1_21|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsm_loop_loop_spec._proof_1_22|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsm_loop_loop_spec._proof_1_23|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsm_loop_loop_spec._proof_1_24|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsm_loop_loop_spec._proof_1_25|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsm_loop_loop_spec._proof_1_27|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsm_loop_loop_spec._proof_1_28|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsm_loop_loop_spec._proof_1_29|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsm_loop_loop_spec._proof_1_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsm_loop_loop_spec._proof_1_30|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsm_loop_loop_spec._proof_1_31|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsm_loop_loop_spec._proof_1_32|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsm_loop_loop_spec._proof_1_4|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsm_loop_loop_spec._proof_1_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsm_loop_loop_spec._proof_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsm_loop_loop_spec._simp_1_10|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsm_loop_loop_spec._simp_1_11|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsm_loop_loop_spec._simp_1_12|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsm_loop_loop_spec._simp_1_13|theorem|propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsm_loop_loop_spec._simp_1_14|theorem|propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsm_loop_loop_spec._simp_1_15|theorem|propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsm_loop_loop_spec._simp_1_16|theorem|propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsm_loop_loop_spec._simp_1_17|theorem|propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsm_loop_loop_spec._simp_1_18|theorem|propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsm_loop_loop_spec._simp_1_19|theorem|propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsm_loop_loop_spec._simp_1_20|theorem|propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsm_loop_loop_spec._simp_1_3|theorem|propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsm_loop_loop_spec._simp_1_7|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsm_loop_loop_spec._simp_1_8|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsm_loop_loop_spec._simp_1_9|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsm_loop_loop_spec.match_1_33|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsm_loop_loop_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsm_loop_spec._proof_1_16|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsm_loop_spec._proof_1_17|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsm_loop_spec._proof_1_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsm_loop_spec._simp_1_10|theorem|propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsm_loop_spec._simp_1_11|theorem|propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsm_loop_spec._simp_1_12|theorem|propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsm_loop_spec._simp_1_13|theorem|propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsm_loop_spec._simp_1_14|theorem|propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsm_loop_spec._simp_1_15|theorem|propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsm_loop_spec._simp_1_2|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsm_loop_spec._simp_1_3|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsm_loop_spec._simp_1_4|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsm_loop_spec._simp_1_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsm_loop_spec._simp_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsm_loop_spec._simp_1_7|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsm_loop_spec._simp_1_8|theorem|propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsm_loop_spec._simp_1_9|theorem|propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsm_loop_spec.match_1_18|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsm_loop_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsm_top_index_spec._simp_1_1|theorem|propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.dsm_top_index_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.nafDigit._proof_1|theorem|propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.nafDigit.eq_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmLoopSpec|CurveFieldProofs.nafDigit|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmLoopSpec|_private.Proofs.DsmLoopSpec.0.CurveFieldProofs.loop_step.match_1.eq_1|theorem|
|
|
INV|Proofs.DsmLoopSpec|_private.Proofs.DsmLoopSpec.0.CurveFieldProofs.loop_step.match_1.eq_2|theorem|
|
|
INV|Proofs.DsmLoopSpec|_private.Proofs.DsmLoopSpec.0.CurveFieldProofs.loop_step.match_1.splitter|def|
|
|
INV|Proofs.DsmMulSpec|CurveFieldProofs.edBasePt._proof_1|theorem|propext
|
|
INV|Proofs.DsmMulSpec|CurveFieldProofs.edBasePt._proof_2|theorem|propext
|
|
INV|Proofs.DsmMulSpec|CurveFieldProofs.edBasePt|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmMulSpec|CurveFieldProofs.fp_mul_eq_of_witness|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmMulSpec|CurveFieldProofs.onCurve_of_witness|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmMulSpec|CurveFieldProofs.run_basepoint|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmMulSpec|CurveFieldProofs.vartime_double_base_mul_spec._proof_1_15|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmMulSpec|CurveFieldProofs.vartime_double_base_mul_spec._simp_1_10|theorem|propext
|
|
INV|Proofs.DsmMulSpec|CurveFieldProofs.vartime_double_base_mul_spec._simp_1_11|theorem|propext
|
|
INV|Proofs.DsmMulSpec|CurveFieldProofs.vartime_double_base_mul_spec._simp_1_12|theorem|propext
|
|
INV|Proofs.DsmMulSpec|CurveFieldProofs.vartime_double_base_mul_spec._simp_1_13|theorem|propext
|
|
INV|Proofs.DsmMulSpec|CurveFieldProofs.vartime_double_base_mul_spec._simp_1_14|theorem|propext
|
|
INV|Proofs.DsmMulSpec|CurveFieldProofs.vartime_double_base_mul_spec._simp_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmMulSpec|CurveFieldProofs.vartime_double_base_mul_spec._simp_1_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmMulSpec|CurveFieldProofs.vartime_double_base_mul_spec._simp_1_3|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmMulSpec|CurveFieldProofs.vartime_double_base_mul_spec._simp_1_4|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmMulSpec|CurveFieldProofs.vartime_double_base_mul_spec._simp_1_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmMulSpec|CurveFieldProofs.vartime_double_base_mul_spec._simp_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmMulSpec|CurveFieldProofs.vartime_double_base_mul_spec._simp_1_7|theorem|propext
|
|
INV|Proofs.DsmMulSpec|CurveFieldProofs.vartime_double_base_mul_spec._simp_1_8|theorem|propext
|
|
INV|Proofs.DsmMulSpec|CurveFieldProofs.vartime_double_base_mul_spec._simp_1_9|theorem|propext
|
|
INV|Proofs.DsmMulSpec|CurveFieldProofs.vartime_double_base_mul_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_load_spec._proof_1_17|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_load_spec._proof_1_18|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_load_spec._proof_1_19|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_load_spec._proof_1_20|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_load_spec._proof_1_21|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_load_spec._proof_1_22|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_load_spec._proof_1_24|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_load_spec._proof_1_25|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_load_spec._proof_1_26|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_load_spec._proof_1_27|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_load_spec._proof_1_28|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_load_spec._proof_1_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_load_spec._proof_1_30|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_load_spec._proof_1_31|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_load_spec._proof_1_32|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_load_spec._proof_1_33|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_load_spec._proof_1_35|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_load_spec._proof_1_36|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_load_spec._proof_1_37|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_load_spec._proof_1_38|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_load_spec._proof_1_40|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_load_spec._simp_1_10|theorem|propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_load_spec._simp_1_11|theorem|propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_load_spec._simp_1_12|theorem|propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_load_spec._simp_1_13|theorem|propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_load_spec._simp_1_14|theorem|propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_load_spec._simp_1_15|theorem|propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_load_spec._simp_1_16|theorem|propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_load_spec._simp_1_3|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_load_spec._simp_1_41|theorem|propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_load_spec._simp_1_4|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_load_spec._simp_1_5|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_load_spec._simp_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_load_spec._simp_1_7|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_load_spec._simp_1_8|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_load_spec._simp_1_9|theorem|propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_load_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_100|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_101|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_102|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_104|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_105|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_106|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_107|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_108|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_109|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_110|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_111|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_112|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_113|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_114|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_115|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_117|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_118|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_119|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_11|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_120|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_121|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_122|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_123|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_124|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_125|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_126|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_127|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_129|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_12|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_13|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_1|theorem|propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_28|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_29|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_30|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_31|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_32|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_33|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_34|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_35|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_36|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_37|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_38|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_39|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_3|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_41|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_42|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_43|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_44|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_45|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_46|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_47|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_48|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_49|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_4|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_50|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_52|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_53|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_54|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_55|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_56|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_57|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_58|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_59|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_60|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_61|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_62|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_63|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_65|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_66|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_67|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_68|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_69|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_70|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_71|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_72|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_73|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_74|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_75|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_76|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_78|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_79|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_7|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_80|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_81|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_82|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_83|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_84|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_85|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_86|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_87|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_88|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_89|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_8|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_91|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_92|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_93|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_94|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_95|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_96|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_97|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_98|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_99|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._proof_1_9|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._simp_1_130|theorem|propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._simp_1_14|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._simp_1_15|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._simp_1_16|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._simp_1_17|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._simp_1_18|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._simp_1_19|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._simp_1_20|theorem|propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._simp_1_21|theorem|propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._simp_1_22|theorem|propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._simp_1_23|theorem|propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._simp_1_24|theorem|propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._simp_1_25|theorem|propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._simp_1_26|theorem|propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0._simp_1_27|theorem|propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_0|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_100|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_101|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_102|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_103|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_104|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_105|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_106|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_107|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_108|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_109|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_110|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_111|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_112|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_113|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_115|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_116|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_117|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_118|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_119|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_11|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_120|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_121|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_122|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_123|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_124|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_125|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_126|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_127|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_128|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_12|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_130|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_131|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_132|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_133|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_134|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_135|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_136|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_137|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_138|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_139|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_13|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_140|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_141|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_142|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_144|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_1|theorem|propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_28|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_29|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_30|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_31|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_32|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_33|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_34|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_35|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_36|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_37|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_38|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_39|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_3|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_40|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_42|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_43|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_44|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_45|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_46|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_47|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_48|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_49|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_4|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_50|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_51|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_52|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_53|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_55|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_56|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_57|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_58|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_59|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_60|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_61|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_62|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_63|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_64|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_65|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_66|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_67|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_68|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_70|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_71|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_72|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_73|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_74|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_75|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_76|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_77|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_78|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_79|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_7|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_80|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_81|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_82|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_83|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_85|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_86|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_87|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_88|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_89|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_8|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_90|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_91|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_92|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_93|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_94|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_95|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_96|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_97|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_98|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._proof_1_9|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._simp_1_145|theorem|propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._simp_1_14|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._simp_1_15|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._simp_1_16|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._simp_1_17|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._simp_1_18|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._simp_1_19|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._simp_1_20|theorem|propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._simp_1_21|theorem|propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._simp_1_22|theorem|propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._simp_1_23|theorem|propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._simp_1_24|theorem|propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._simp_1_25|theorem|propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._simp_1_26|theorem|propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1._simp_1_27|theorem|propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_100|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_101|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_102|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_103|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_104|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_105|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_106|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_107|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_108|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_109|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_110|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_111|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_112|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_113|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_115|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_116|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_117|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_118|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_119|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_11|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_120|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_121|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_122|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_123|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_124|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_125|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_126|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_127|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_128|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_12|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_130|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_131|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_132|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_133|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_134|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_135|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_136|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_137|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_138|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_139|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_13|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_140|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_141|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_142|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_144|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_1|theorem|propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_28|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_29|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_30|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_31|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_32|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_33|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_34|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_35|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_36|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_37|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_38|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_39|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_3|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_40|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_42|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_43|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_44|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_45|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_46|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_47|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_48|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_49|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_4|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_50|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_51|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_52|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_53|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_54|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_56|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_57|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_58|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_59|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_60|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_61|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_62|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_63|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_64|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_65|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_66|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_67|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_68|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_70|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_71|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_72|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_73|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_74|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_75|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_76|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_77|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_78|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_79|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_7|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_80|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_81|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_82|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_83|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_85|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_86|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_87|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_88|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_89|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_8|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_90|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_91|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_92|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_93|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_94|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_95|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_96|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_97|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_98|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._proof_1_9|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._simp_1_145|theorem|propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._simp_1_14|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._simp_1_15|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._simp_1_16|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._simp_1_17|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._simp_1_18|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._simp_1_19|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._simp_1_20|theorem|propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._simp_1_21|theorem|propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._simp_1_22|theorem|propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._simp_1_23|theorem|propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._simp_1_24|theorem|propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._simp_1_25|theorem|propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._simp_1_26|theorem|propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2._simp_1_27|theorem|propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_100|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_101|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_102|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_103|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_104|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_105|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_106|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_107|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_108|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_109|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_110|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_111|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_112|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_113|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_115|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_116|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_117|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_118|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_119|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_11|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_120|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_121|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_122|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_123|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_124|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_125|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_126|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_127|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_128|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_12|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_130|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_131|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_132|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_133|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_134|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_135|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_136|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_137|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_138|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_139|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_13|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_140|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_141|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_142|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_144|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_1|theorem|propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_28|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_29|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_30|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_31|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_32|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_33|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_34|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_35|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_36|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_37|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_38|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_39|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_3|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_40|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_42|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_43|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_44|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_45|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_46|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_47|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_48|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_49|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_4|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_50|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_51|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_52|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_53|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_54|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_56|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_57|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_58|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_59|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_60|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_61|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_62|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_63|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_64|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_65|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_66|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_67|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_68|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_69|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_71|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_72|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_73|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_74|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_75|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_76|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_77|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_78|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_79|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_7|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_80|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_81|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_82|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_83|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_85|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_86|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_87|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_88|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_89|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_8|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_90|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_91|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_92|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_93|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_94|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_95|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_96|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_97|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_98|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._proof_1_9|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._simp_1_145|theorem|propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._simp_1_14|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._simp_1_15|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._simp_1_16|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._simp_1_17|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._simp_1_18|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._simp_1_19|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._simp_1_20|theorem|propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._simp_1_21|theorem|propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._simp_1_22|theorem|propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._simp_1_23|theorem|propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._simp_1_24|theorem|propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._simp_1_25|theorem|propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._simp_1_26|theorem|propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3._simp_1_27|theorem|propext
|
|
INV|Proofs.DsmNafLoadSpec|CurveFieldProofs.naf_word_loop_spec_3|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoadSpec|_private.Proofs.DsmNafLoadSpec.0.CurveFieldProofs.loop_step.match_1.eq_1|theorem|
|
|
INV|Proofs.DsmNafLoadSpec|_private.Proofs.DsmNafLoadSpec.0.CurveFieldProofs.loop_step.match_1.eq_2|theorem|
|
|
INV|Proofs.DsmNafLoadSpec|_private.Proofs.DsmNafLoadSpec.0.CurveFieldProofs.loop_step.match_1.splitter|def|
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.nafDigit_set_eq._proof_1_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.nafDigit_set_eq._proof_1_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.nafDigit_set_eq|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.nafDigit_set_ne._proof_1_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.nafDigit_set_ne._proof_1_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.nafDigit_set_ne._proof_1_3|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.nafDigit_set_ne|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._proof_1_10|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._proof_1_11|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._proof_1_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._proof_1_26|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._proof_1_27|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._proof_1_28|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._proof_1_29|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._proof_1_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._proof_1_30|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._proof_1_31|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._proof_1_32|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._proof_1_33|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._proof_1_34|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._proof_1_35|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._proof_1_36|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._proof_1_37|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._proof_1_38|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._proof_1_39|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._proof_1_3|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._proof_1_40|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._proof_1_41|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._proof_1_42|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._proof_1_43|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._proof_1_44|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._proof_1_45|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._proof_1_46|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._proof_1_47|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._proof_1_49|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._proof_1_4|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._proof_1_50|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._proof_1_51|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._proof_1_52|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._proof_1_53|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._proof_1_54|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._proof_1_55|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._proof_1_56|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._proof_1_57|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._proof_1_58|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._proof_1_59|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._proof_1_5|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._proof_1_60|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._proof_1_61|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._proof_1_62|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._proof_1_63|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._proof_1_64|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._proof_1_6|theorem|propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._proof_1_7|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._proof_1_8|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._proof_1_9|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._simp_1_12|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._simp_1_13|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._simp_1_14|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._simp_1_15|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._simp_1_16|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._simp_1_17|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._simp_1_18|theorem|propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._simp_1_19|theorem|propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._simp_1_20|theorem|propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._simp_1_21|theorem|propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._simp_1_22|theorem|propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._simp_1_23|theorem|propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._simp_1_24|theorem|propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec._simp_1_25|theorem|propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_bitbuf_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_digit_loop_spec._proof_1_10|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_digit_loop_spec._proof_1_11|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_digit_loop_spec._proof_1_26|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_digit_loop_spec._proof_1_27|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_digit_loop_spec._proof_1_28|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_digit_loop_spec._proof_1_29|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_digit_loop_spec._proof_1_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_digit_loop_spec._proof_1_30|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_digit_loop_spec._proof_1_31|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_digit_loop_spec._proof_1_32|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_digit_loop_spec._proof_1_33|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_digit_loop_spec._proof_1_34|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_digit_loop_spec._proof_1_35|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_digit_loop_spec._proof_1_36|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_digit_loop_spec._proof_1_37|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_digit_loop_spec._proof_1_38|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_digit_loop_spec._proof_1_39|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_digit_loop_spec._proof_1_40|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_digit_loop_spec._proof_1_41|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_digit_loop_spec._proof_1_42|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_digit_loop_spec._proof_1_43|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_digit_loop_spec._proof_1_44|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_digit_loop_spec._proof_1_45|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_digit_loop_spec._proof_1_46|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_digit_loop_spec._proof_1_47|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_digit_loop_spec._proof_1_48|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_digit_loop_spec._proof_1_49|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_digit_loop_spec._proof_1_4|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_digit_loop_spec._proof_1_50|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_digit_loop_spec._proof_1_51|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_digit_loop_spec._proof_1_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_digit_loop_spec._proof_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_digit_loop_spec._proof_1_7|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_digit_loop_spec._proof_1_8|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_digit_loop_spec._proof_1_9|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_digit_loop_spec._simp_1_12|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_digit_loop_spec._simp_1_13|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_digit_loop_spec._simp_1_14|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_digit_loop_spec._simp_1_15|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_digit_loop_spec._simp_1_16|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_digit_loop_spec._simp_1_17|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_digit_loop_spec._simp_1_18|theorem|propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_digit_loop_spec._simp_1_19|theorem|propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_digit_loop_spec._simp_1_20|theorem|propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_digit_loop_spec._simp_1_21|theorem|propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_digit_loop_spec._simp_1_22|theorem|propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_digit_loop_spec._simp_1_23|theorem|propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_digit_loop_spec._simp_1_24|theorem|propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_digit_loop_spec._simp_1_25|theorem|propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_digit_loop_spec._simp_1_3|theorem|propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_digit_loop_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_update_spec._proof_1_17|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_update_spec._proof_1_18|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_update_spec._proof_1_19|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_update_spec._proof_1_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_update_spec._proof_1_21|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_update_spec._proof_1_22|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_update_spec._proof_1_23|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_update_spec._proof_1_24|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_update_spec._proof_1_25|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_update_spec._proof_1_26|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_update_spec._proof_1_28|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_update_spec._proof_1_29|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_update_spec._proof_1_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_update_spec._proof_1_30|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_update_spec._proof_1_31|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_update_spec._proof_1_32|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_update_spec._simp_1_10|theorem|propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_update_spec._simp_1_11|theorem|propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_update_spec._simp_1_12|theorem|propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_update_spec._simp_1_13|theorem|propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_update_spec._simp_1_14|theorem|propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_update_spec._simp_1_15|theorem|propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_update_spec._simp_1_16|theorem|propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_update_spec._simp_1_3|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_update_spec._simp_1_4|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_update_spec._simp_1_5|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_update_spec._simp_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_update_spec._simp_1_7|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_update_spec._simp_1_8|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_update_spec._simp_1_9|theorem|propext
|
|
INV|Proofs.DsmNafLoopSpec|CurveFieldProofs.naf_update_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafLoopSpec|_private.Proofs.DsmNafLoopSpec.0.CurveFieldProofs.loop_step.match_1.eq_1|theorem|
|
|
INV|Proofs.DsmNafLoopSpec|_private.Proofs.DsmNafLoopSpec.0.CurveFieldProofs.loop_step.match_1.eq_2|theorem|
|
|
INV|Proofs.DsmNafLoopSpec|_private.Proofs.DsmNafLoopSpec.0.CurveFieldProofs.loop_step.match_1.splitter|def|
|
|
INV|Proofs.DsmNafMath|CurveFieldProofs.div_pow_shift._proof_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafMath|CurveFieldProofs.div_pow_shift|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafMath|CurveFieldProofs.mod32_absorb._proof_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafMath|CurveFieldProofs.mod32_absorb|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafMath|CurveFieldProofs.nafSum._proof_1|theorem|propext
|
|
INV|Proofs.DsmNafMath|CurveFieldProofs.nafSum_set._proof_1_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafMath|CurveFieldProofs.nafSum_set._proof_1_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafMath|CurveFieldProofs.nafSum_set._proof_1_3|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafMath|CurveFieldProofs.nafSum_set._proof_1_4|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafMath|CurveFieldProofs.nafSum_set._proof_1_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafMath|CurveFieldProofs.nafSum_set|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafMath|CurveFieldProofs.nafSum|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafMath|CurveFieldProofs.naf_carry_even._proof_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafMath|CurveFieldProofs.naf_carry_even._proof_1_2|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafMath|CurveFieldProofs.naf_carry_even._proof_1_3|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafMath|CurveFieldProofs.naf_carry_even|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafMath|CurveFieldProofs.naf_carry_odd._proof_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafMath|CurveFieldProofs.naf_carry_odd._proof_1_2|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafMath|CurveFieldProofs.naf_carry_odd._proof_1_3|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafMath|CurveFieldProofs.naf_carry_odd._proof_1_4|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafMath|CurveFieldProofs.naf_carry_odd|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafMath|CurveFieldProofs.naf_even_step._proof_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafMath|CurveFieldProofs.naf_even_step|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafMath|CurveFieldProofs.naf_exit._proof_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafMath|CurveFieldProofs.naf_exit._proof_1_2|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafMath|CurveFieldProofs.naf_exit._proof_1_3|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafMath|CurveFieldProofs.naf_exit|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafMath|CurveFieldProofs.naf_odd_step|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafMath|CurveFieldProofs.naf_window_cross._proof_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafMath|CurveFieldProofs.naf_window_cross._proof_1_2|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafMath|CurveFieldProofs.naf_window_cross._proof_1_3|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafMath|CurveFieldProofs.naf_window_cross._proof_1_4|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafMath|CurveFieldProofs.naf_window_cross._proof_1_5|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafMath|CurveFieldProofs.naf_window_cross|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafMath|CurveFieldProofs.naf_window_single._proof_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafMath|CurveFieldProofs.naf_window_single._proof_1_2|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafMath|CurveFieldProofs.naf_window_single|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafSpec|CurveFieldProofs.non_adjacent_form_spec._proof_1_16|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafSpec|CurveFieldProofs.non_adjacent_form_spec._proof_1_17|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafSpec|CurveFieldProofs.non_adjacent_form_spec._proof_1_18|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafSpec|CurveFieldProofs.non_adjacent_form_spec._proof_1_19|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafSpec|CurveFieldProofs.non_adjacent_form_spec._proof_1_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafSpec|CurveFieldProofs.non_adjacent_form_spec._proof_1_20|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafSpec|CurveFieldProofs.non_adjacent_form_spec._proof_1_21|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafSpec|CurveFieldProofs.non_adjacent_form_spec._proof_1_22|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafSpec|CurveFieldProofs.non_adjacent_form_spec._proof_1_23|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafSpec|CurveFieldProofs.non_adjacent_form_spec._proof_1_24|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafSpec|CurveFieldProofs.non_adjacent_form_spec._proof_1_25|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafSpec|CurveFieldProofs.non_adjacent_form_spec._proof_1_26|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafSpec|CurveFieldProofs.non_adjacent_form_spec._proof_1_27|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafSpec|CurveFieldProofs.non_adjacent_form_spec._simp_1_10|theorem|propext
|
|
INV|Proofs.DsmNafSpec|CurveFieldProofs.non_adjacent_form_spec._simp_1_11|theorem|propext
|
|
INV|Proofs.DsmNafSpec|CurveFieldProofs.non_adjacent_form_spec._simp_1_12|theorem|propext
|
|
INV|Proofs.DsmNafSpec|CurveFieldProofs.non_adjacent_form_spec._simp_1_13|theorem|propext
|
|
INV|Proofs.DsmNafSpec|CurveFieldProofs.non_adjacent_form_spec._simp_1_14|theorem|propext
|
|
INV|Proofs.DsmNafSpec|CurveFieldProofs.non_adjacent_form_spec._simp_1_15|theorem|propext
|
|
INV|Proofs.DsmNafSpec|CurveFieldProofs.non_adjacent_form_spec._simp_1_2|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafSpec|CurveFieldProofs.non_adjacent_form_spec._simp_1_3|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafSpec|CurveFieldProofs.non_adjacent_form_spec._simp_1_4|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmNafSpec|CurveFieldProofs.non_adjacent_form_spec._simp_1_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafSpec|CurveFieldProofs.non_adjacent_form_spec._simp_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafSpec|CurveFieldProofs.non_adjacent_form_spec._simp_1_7|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmNafSpec|CurveFieldProofs.non_adjacent_form_spec._simp_1_8|theorem|propext
|
|
INV|Proofs.DsmNafSpec|CurveFieldProofs.non_adjacent_form_spec._simp_1_9|theorem|propext
|
|
INV|Proofs.DsmNafSpec|CurveFieldProofs.non_adjacent_form_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmStepSpec|Aeneas.Std.I8.ofInt.congr_simp|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.compl_as_projective_law._simp_1_10|theorem|propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.compl_as_projective_law._simp_1_11|theorem|propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.compl_as_projective_law._simp_1_12|theorem|propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.compl_as_projective_law._simp_1_13|theorem|propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.compl_as_projective_law._simp_1_14|theorem|propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.compl_as_projective_law._simp_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.compl_as_projective_law._simp_1_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.compl_as_projective_law._simp_1_3|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.compl_as_projective_law._simp_1_4|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.compl_as_projective_law._simp_1_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.compl_as_projective_law._simp_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.compl_as_projective_law._simp_1_7|theorem|propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.compl_as_projective_law._simp_1_8|theorem|propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.compl_as_projective_law._simp_1_9|theorem|propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.compl_as_projective_law|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.dsm_step_b_law|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.dsm_step_p_law._proof_1_17|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.dsm_step_p_law._proof_1_18|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.dsm_step_p_law._proof_1_19|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.dsm_step_p_law._proof_1_20|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.dsm_step_p_law._proof_1_21|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.dsm_step_p_law._proof_1_23|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.dsm_step_p_law._proof_1_24|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.dsm_step_p_law._proof_1_25|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.dsm_step_p_law._proof_1_26|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.dsm_step_p_law._proof_1_27|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.dsm_step_p_law._proof_1_28|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.dsm_step_p_law._proof_1_29|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.dsm_step_p_law._proof_1_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.dsm_step_p_law._proof_1_30|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.dsm_step_p_law._proof_1_31|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.dsm_step_p_law._proof_1_32|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.dsm_step_p_law._proof_1_33|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.dsm_step_p_law._proof_1_35|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.dsm_step_p_law._simp_1_10|theorem|propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.dsm_step_p_law._simp_1_11|theorem|propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.dsm_step_p_law._simp_1_12|theorem|propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.dsm_step_p_law._simp_1_13|theorem|propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.dsm_step_p_law._simp_1_14|theorem|propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.dsm_step_p_law._simp_1_15|theorem|propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.dsm_step_p_law._simp_1_16|theorem|propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.dsm_step_p_law._simp_1_34|theorem|propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.dsm_step_p_law._simp_1_3|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.dsm_step_p_law._simp_1_4|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.dsm_step_p_law._simp_1_5|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.dsm_step_p_law._simp_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.dsm_step_p_law._simp_1_7|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.dsm_step_p_law._simp_1_8|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.dsm_step_p_law._simp_1_9|theorem|propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.dsm_step_p_law|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.edDigit.eq_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.edDigit|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.naf_select_entry._proof_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.naf_select_entry|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.proj_X_eq._simp_1_1|theorem|propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.proj_X_eq._simp_1_2|theorem|propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.proj_X_eq._simp_1_3|theorem|propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.proj_X_eq._simp_1_4|theorem|propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.proj_X_eq._simp_1_5|theorem|propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.proj_X_eq._simp_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.proj_X_eq._simp_1_7|theorem|propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.proj_X_eq|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.proj_Y_eq._simp_1_1|theorem|propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.proj_Y_eq._simp_1_2|theorem|propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.proj_Y_eq._simp_1_3|theorem|propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.proj_Y_eq._simp_1_4|theorem|propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.proj_Y_eq._simp_1_5|theorem|propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.proj_Y_eq._simp_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.proj_Y_eq._simp_1_7|theorem|propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.proj_Y_eq|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmStepSpec|CurveFieldProofs.proj_double_law|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.NafEntryOf|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.edOdd._f|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.edOdd._sunfold|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.edOdd.match_1|def|propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.edOdd_succ|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.edOdd_zero|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.edOdd|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_select_spec._proof_1_15|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_select_spec._proof_1_16|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_select_spec._proof_1_17|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_select_spec._proof_1_18|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_select_spec._proof_1_19|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_select_spec._proof_1_20|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_select_spec._proof_1_21|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_select_spec._proof_1_23|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_select_spec._proof_1_24|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_select_spec._proof_1_25|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_select_spec._proof_1_26|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_select_spec._proof_1_27|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_select_spec._proof_1_28|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_select_spec._proof_1_29|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_select_spec._proof_1_30|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_select_spec._simp_1_10|theorem|propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_select_spec._simp_1_11|theorem|propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_select_spec._simp_1_12|theorem|propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_select_spec._simp_1_13|theorem|propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_select_spec._simp_1_14|theorem|propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_select_spec._simp_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_select_spec._simp_1_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_select_spec._simp_1_3|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_select_spec._simp_1_4|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_select_spec._simp_1_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_select_spec._simp_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_select_spec._simp_1_7|theorem|propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_select_spec._simp_1_8|theorem|propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_select_spec._simp_1_9|theorem|propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_select_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._proof_1_18|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._proof_1_19|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._proof_1_20|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._proof_1_21|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._proof_1_22|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._proof_1_23|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._proof_1_24|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._proof_1_25|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._proof_1_27|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._proof_1_28|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._proof_1_29|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._proof_1_30|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._proof_1_31|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._proof_1_32|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._proof_1_33|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._proof_1_34|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._proof_1_35|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._proof_1_37|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._proof_1_38|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._proof_1_39|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._proof_1_3|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._proof_1_40|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._proof_1_41|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._proof_1_42|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._proof_1_43|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._proof_1_45|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._proof_1_46|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._proof_1_47|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._proof_1_48|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._proof_1_49|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._proof_1_50|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._proof_1_51|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._proof_1_53|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._proof_1_54|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._proof_1_55|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._proof_1_56|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._proof_1_57|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._proof_1_58|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._proof_1_59|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._proof_1_61|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._proof_1_62|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._proof_1_63|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._proof_1_64|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._proof_1_65|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._proof_1_66|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._proof_1_67|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._proof_1_69|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._proof_1_70|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._proof_1_71|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._proof_1_72|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._proof_1_73|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._proof_1_74|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._proof_1_75|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._proof_1_77|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._simp_1_10|theorem|propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._simp_1_11|theorem|propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._simp_1_12|theorem|propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._simp_1_13|theorem|propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._simp_1_14|theorem|propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._simp_1_15|theorem|propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._simp_1_16|theorem|propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._simp_1_17|theorem|propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._simp_1_4|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._simp_1_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._simp_1_6|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._simp_1_78|theorem|propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._simp_1_7|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._simp_1_8|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec._simp_1_9|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_loop_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_spec._simp_1_10|theorem|propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_spec._simp_1_11|theorem|propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_spec._simp_1_12|theorem|propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_spec._simp_1_13|theorem|propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_spec._simp_1_14|theorem|propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_spec._simp_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_spec._simp_1_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_spec._simp_1_3|theorem|Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_spec._simp_1_4|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_spec._simp_1_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_spec._simp_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_spec._simp_1_7|theorem|propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_spec._simp_1_8|theorem|propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_spec._simp_1_9|theorem|propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.naf_table_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.tblEntries.eq_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|CurveFieldProofs.tblEntries|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.DsmTableSpec|_private.Proofs.DsmTableSpec.0.CurveFieldProofs.loop_step.match_1.eq_1|theorem|
|
|
INV|Proofs.DsmTableSpec|_private.Proofs.DsmTableSpec.0.CurveFieldProofs.loop_step.match_1.eq_2|theorem|
|
|
INV|Proofs.DsmTableSpec|_private.Proofs.DsmTableSpec.0.CurveFieldProofs.loop_step.match_1.splitter|def|
|
|
INV|Proofs.DsmTableSpec|_private.Proofs.DsmTableSpec.0.curve25519.backend.serial.u64.field.FieldElement51.Insts.CoreOpsArithAddAssignSharedAFieldElement51.add_assign_loop.body.match_1.eq_1|theorem|
|
|
INV|Proofs.DsmTableSpec|_private.Proofs.DsmTableSpec.0.curve25519.backend.serial.u64.field.FieldElement51.Insts.CoreOpsArithAddAssignSharedAFieldElement51.add_assign_loop.body.match_1.eq_2|theorem|
|
|
INV|Proofs.DsmTableSpec|_private.Proofs.DsmTableSpec.0.curve25519.backend.serial.u64.field.FieldElement51.Insts.CoreOpsArithAddAssignSharedAFieldElement51.add_assign_loop.body.match_1.splitter|def|
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs._aux_Proofs_EdAddAffNiels___macroRules_CurveFieldProofs_edisAffNiels_1|def|
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.add_affniels_spec._simp_1_10|theorem|propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.add_affniels_spec._simp_1_11|theorem|propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.add_affniels_spec._simp_1_12|theorem|propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.add_affniels_spec._simp_1_13|theorem|propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.add_affniels_spec._simp_1_14|theorem|propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.add_affniels_spec._simp_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.add_affniels_spec._simp_1_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.add_affniels_spec._simp_1_3|theorem|Quot.sound,propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.add_affniels_spec._simp_1_4|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.add_affniels_spec._simp_1_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.add_affniels_spec._simp_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.add_affniels_spec._simp_1_7|theorem|propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.add_affniels_spec._simp_1_8|theorem|propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.add_affniels_spec._simp_1_9|theorem|propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.add_affniels_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.aff_add_spec53._proof_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.aff_add_spec53._proof_1_2|theorem|Quot.sound,propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.aff_add_spec53._proof_1_3|theorem|Quot.sound,propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.aff_add_spec53._proof_1_4|theorem|Quot.sound,propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.aff_add_spec53._proof_1_5|theorem|Quot.sound,propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.aff_add_spec53|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.aff_add_spec54._proof_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.aff_add_spec54._proof_1_2|theorem|Quot.sound,propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.aff_add_spec54._proof_1_3|theorem|Quot.sound,propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.aff_add_spec54._proof_1_4|theorem|Quot.sound,propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.aff_add_spec54._proof_1_5|theorem|Quot.sound,propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.aff_add_spec54.mvcgen_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.aff_add_spec54|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.aff_neg_spec.mvcgen_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.aff_neg_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.aff_sub_spec.mvcgen_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.aff_sub_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.affniels_neg_spec._simp_1_10|theorem|propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.affniels_neg_spec._simp_1_11|theorem|propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.affniels_neg_spec._simp_1_12|theorem|propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.affniels_neg_spec._simp_1_13|theorem|propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.affniels_neg_spec._simp_1_14|theorem|propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.affniels_neg_spec._simp_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.affniels_neg_spec._simp_1_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.affniels_neg_spec._simp_1_3|theorem|Quot.sound,propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.affniels_neg_spec._simp_1_4|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.affniels_neg_spec._simp_1_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.affniels_neg_spec._simp_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.affniels_neg_spec._simp_1_7|theorem|propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.affniels_neg_spec._simp_1_8|theorem|propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.affniels_neg_spec._simp_1_9|theorem|propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.affniels_neg_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.edisAffNiels|def|
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.sub_affniels_spec._simp_1_10|theorem|propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.sub_affniels_spec._simp_1_11|theorem|propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.sub_affniels_spec._simp_1_12|theorem|propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.sub_affniels_spec._simp_1_13|theorem|propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.sub_affniels_spec._simp_1_14|theorem|propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.sub_affniels_spec._simp_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.sub_affniels_spec._simp_1_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.sub_affniels_spec._simp_1_3|theorem|Quot.sound,propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.sub_affniels_spec._simp_1_4|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.sub_affniels_spec._simp_1_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.sub_affniels_spec._simp_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.sub_affniels_spec._simp_1_7|theorem|propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.sub_affniels_spec._simp_1_8|theorem|propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.sub_affniels_spec._simp_1_9|theorem|propext
|
|
INV|Proofs.EdAddAffNiels|CurveFieldProofs.sub_affniels_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdAddProjNiels|CurveFieldProofs._aux_Proofs_EdAddProjNiels___macroRules_CurveFieldProofs_edisProjNiels_1|def|
|
|
INV|Proofs.EdAddProjNiels|CurveFieldProofs.add52_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdAddProjNiels|CurveFieldProofs.add53_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdAddProjNiels|CurveFieldProofs.add_projniels_spec._simp_1_10|theorem|propext
|
|
INV|Proofs.EdAddProjNiels|CurveFieldProofs.add_projniels_spec._simp_1_11|theorem|propext
|
|
INV|Proofs.EdAddProjNiels|CurveFieldProofs.add_projniels_spec._simp_1_12|theorem|propext
|
|
INV|Proofs.EdAddProjNiels|CurveFieldProofs.add_projniels_spec._simp_1_13|theorem|propext
|
|
INV|Proofs.EdAddProjNiels|CurveFieldProofs.add_projniels_spec._simp_1_14|theorem|propext
|
|
INV|Proofs.EdAddProjNiels|CurveFieldProofs.add_projniels_spec._simp_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.EdAddProjNiels|CurveFieldProofs.add_projniels_spec._simp_1_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdAddProjNiels|CurveFieldProofs.add_projniels_spec._simp_1_3|theorem|Quot.sound,propext
|
|
INV|Proofs.EdAddProjNiels|CurveFieldProofs.add_projniels_spec._simp_1_4|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdAddProjNiels|CurveFieldProofs.add_projniels_spec._simp_1_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdAddProjNiels|CurveFieldProofs.add_projniels_spec._simp_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdAddProjNiels|CurveFieldProofs.add_projniels_spec._simp_1_7|theorem|propext
|
|
INV|Proofs.EdAddProjNiels|CurveFieldProofs.add_projniels_spec._simp_1_8|theorem|propext
|
|
INV|Proofs.EdAddProjNiels|CurveFieldProofs.add_projniels_spec._simp_1_9|theorem|propext
|
|
INV|Proofs.EdAddProjNiels|CurveFieldProofs.add_projniels_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdAddProjNiels|CurveFieldProofs.edisProjNiels|def|
|
|
INV|Proofs.EdAddProjNiels|CurveFieldProofs.neg_spec'|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdAddProjNiels|CurveFieldProofs.projniels_neg_spec._simp_1_10|theorem|propext
|
|
INV|Proofs.EdAddProjNiels|CurveFieldProofs.projniels_neg_spec._simp_1_11|theorem|propext
|
|
INV|Proofs.EdAddProjNiels|CurveFieldProofs.projniels_neg_spec._simp_1_12|theorem|propext
|
|
INV|Proofs.EdAddProjNiels|CurveFieldProofs.projniels_neg_spec._simp_1_13|theorem|propext
|
|
INV|Proofs.EdAddProjNiels|CurveFieldProofs.projniels_neg_spec._simp_1_14|theorem|propext
|
|
INV|Proofs.EdAddProjNiels|CurveFieldProofs.projniels_neg_spec._simp_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.EdAddProjNiels|CurveFieldProofs.projniels_neg_spec._simp_1_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdAddProjNiels|CurveFieldProofs.projniels_neg_spec._simp_1_3|theorem|Quot.sound,propext
|
|
INV|Proofs.EdAddProjNiels|CurveFieldProofs.projniels_neg_spec._simp_1_4|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdAddProjNiels|CurveFieldProofs.projniels_neg_spec._simp_1_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdAddProjNiels|CurveFieldProofs.projniels_neg_spec._simp_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdAddProjNiels|CurveFieldProofs.projniels_neg_spec._simp_1_7|theorem|propext
|
|
INV|Proofs.EdAddProjNiels|CurveFieldProofs.projniels_neg_spec._simp_1_8|theorem|propext
|
|
INV|Proofs.EdAddProjNiels|CurveFieldProofs.projniels_neg_spec._simp_1_9|theorem|propext
|
|
INV|Proofs.EdAddProjNiels|CurveFieldProofs.projniels_neg_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdAddProjNiels|CurveFieldProofs.sub_projniels_spec._simp_1_10|theorem|propext
|
|
INV|Proofs.EdAddProjNiels|CurveFieldProofs.sub_projniels_spec._simp_1_11|theorem|propext
|
|
INV|Proofs.EdAddProjNiels|CurveFieldProofs.sub_projniels_spec._simp_1_12|theorem|propext
|
|
INV|Proofs.EdAddProjNiels|CurveFieldProofs.sub_projniels_spec._simp_1_13|theorem|propext
|
|
INV|Proofs.EdAddProjNiels|CurveFieldProofs.sub_projniels_spec._simp_1_14|theorem|propext
|
|
INV|Proofs.EdAddProjNiels|CurveFieldProofs.sub_projniels_spec._simp_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.EdAddProjNiels|CurveFieldProofs.sub_projniels_spec._simp_1_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdAddProjNiels|CurveFieldProofs.sub_projniels_spec._simp_1_3|theorem|Quot.sound,propext
|
|
INV|Proofs.EdAddProjNiels|CurveFieldProofs.sub_projniels_spec._simp_1_4|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdAddProjNiels|CurveFieldProofs.sub_projniels_spec._simp_1_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdAddProjNiels|CurveFieldProofs.sub_projniels_spec._simp_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdAddProjNiels|CurveFieldProofs.sub_projniels_spec._simp_1_7|theorem|propext
|
|
INV|Proofs.EdAddProjNiels|CurveFieldProofs.sub_projniels_spec._simp_1_8|theorem|propext
|
|
INV|Proofs.EdAddProjNiels|CurveFieldProofs.sub_projniels_spec._simp_1_9|theorem|propext
|
|
INV|Proofs.EdAddProjNiels|CurveFieldProofs.sub_projniels_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdAddProjNiels|CurveFieldProofs.sub_spec'|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdAddProjNiels|_private.Proofs.EdAddProjNiels.0.CurveFieldProofs.add_spec''._proof_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.EdAddProjNiels|_private.Proofs.EdAddProjNiels.0.CurveFieldProofs.add_spec''._proof_1_2|theorem|Quot.sound,propext
|
|
INV|Proofs.EdAddProjNiels|_private.Proofs.EdAddProjNiels.0.CurveFieldProofs.add_spec''._proof_1_3|theorem|Quot.sound,propext
|
|
INV|Proofs.EdAddProjNiels|_private.Proofs.EdAddProjNiels.0.CurveFieldProofs.add_spec''._proof_1_4|theorem|Quot.sound,propext
|
|
INV|Proofs.EdAddProjNiels|_private.Proofs.EdAddProjNiels.0.CurveFieldProofs.add_spec''._proof_1_5|theorem|Quot.sound,propext
|
|
INV|Proofs.EdAddProjNiels|_private.Proofs.EdAddProjNiels.0.CurveFieldProofs.add_spec''|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.ExtValid.eq_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.IsNielsOf.eq_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.ProjNielsValid.eq_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.ProjValid.eq_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs._aux_Proofs_EdConvert___macroRules_CurveFieldProofs_edisConvert_1|def|
|
|
INV|Proofs.EdConvert|CurveFieldProofs.add_spec''._proof_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.add_spec''._proof_1_2|theorem|Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.add_spec''._proof_1_3|theorem|Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.add_spec''._proof_1_4|theorem|Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.add_spec''._proof_1_5|theorem|Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.add_spec''.mvcgen_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.add_spec''|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.complX.eq_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.complY.eq_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.compl_as_extended_spec._simp_1_10|theorem|propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.compl_as_extended_spec._simp_1_11|theorem|propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.compl_as_extended_spec._simp_1_12|theorem|propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.compl_as_extended_spec._simp_1_13|theorem|propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.compl_as_extended_spec._simp_1_14|theorem|propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.compl_as_extended_spec._simp_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.compl_as_extended_spec._simp_1_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.compl_as_extended_spec._simp_1_3|theorem|Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.compl_as_extended_spec._simp_1_4|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.compl_as_extended_spec._simp_1_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.compl_as_extended_spec._simp_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.compl_as_extended_spec._simp_1_7|theorem|propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.compl_as_extended_spec._simp_1_8|theorem|propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.compl_as_extended_spec._simp_1_9|theorem|propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.compl_as_extended_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.compl_as_projective_spec._simp_1_10|theorem|propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.compl_as_projective_spec._simp_1_11|theorem|propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.compl_as_projective_spec._simp_1_12|theorem|propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.compl_as_projective_spec._simp_1_13|theorem|propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.compl_as_projective_spec._simp_1_14|theorem|propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.compl_as_projective_spec._simp_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.compl_as_projective_spec._simp_1_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.compl_as_projective_spec._simp_1_3|theorem|Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.compl_as_projective_spec._simp_1_4|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.compl_as_projective_spec._simp_1_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.compl_as_projective_spec._simp_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.compl_as_projective_spec._simp_1_7|theorem|propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.compl_as_projective_spec._simp_1_8|theorem|propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.compl_as_projective_spec._simp_1_9|theorem|propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.compl_as_projective_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.edX.eq_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.edY.eq_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.edisConvert|def|
|
|
INV|Proofs.EdConvert|CurveFieldProofs.edwards_as_projective_niels_spec._proof_1_15|theorem|propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.edwards_as_projective_niels_spec._proof_1_16|theorem|propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.edwards_as_projective_niels_spec._simp_1_10|theorem|propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.edwards_as_projective_niels_spec._simp_1_11|theorem|propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.edwards_as_projective_niels_spec._simp_1_12|theorem|propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.edwards_as_projective_niels_spec._simp_1_13|theorem|propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.edwards_as_projective_niels_spec._simp_1_14|theorem|propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.edwards_as_projective_niels_spec._simp_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.edwards_as_projective_niels_spec._simp_1_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.edwards_as_projective_niels_spec._simp_1_3|theorem|Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.edwards_as_projective_niels_spec._simp_1_4|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.edwards_as_projective_niels_spec._simp_1_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.edwards_as_projective_niels_spec._simp_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.edwards_as_projective_niels_spec._simp_1_7|theorem|propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.edwards_as_projective_niels_spec._simp_1_8|theorem|propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.edwards_as_projective_niels_spec._simp_1_9|theorem|propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.edwards_as_projective_niels_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.edwards_neg_spec._simp_1_10|theorem|propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.edwards_neg_spec._simp_1_11|theorem|propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.edwards_neg_spec._simp_1_12|theorem|propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.edwards_neg_spec._simp_1_13|theorem|propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.edwards_neg_spec._simp_1_14|theorem|propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.edwards_neg_spec._simp_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.edwards_neg_spec._simp_1_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.edwards_neg_spec._simp_1_3|theorem|Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.edwards_neg_spec._simp_1_4|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.edwards_neg_spec._simp_1_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.edwards_neg_spec._simp_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.edwards_neg_spec._simp_1_7|theorem|propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.edwards_neg_spec._simp_1_8|theorem|propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.edwards_neg_spec._simp_1_9|theorem|propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.edwards_neg_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.neg_spec''.mvcgen_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.neg_spec''|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.projX.eq_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.projY.eq_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.proj_as_extended_spec._simp_1_10|theorem|propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.proj_as_extended_spec._simp_1_11|theorem|propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.proj_as_extended_spec._simp_1_12|theorem|propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.proj_as_extended_spec._simp_1_13|theorem|propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.proj_as_extended_spec._simp_1_14|theorem|propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.proj_as_extended_spec._simp_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.proj_as_extended_spec._simp_1_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.proj_as_extended_spec._simp_1_3|theorem|Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.proj_as_extended_spec._simp_1_4|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.proj_as_extended_spec._simp_1_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.proj_as_extended_spec._simp_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.proj_as_extended_spec._simp_1_7|theorem|propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.proj_as_extended_spec._simp_1_8|theorem|propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.proj_as_extended_spec._simp_1_9|theorem|propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.proj_as_extended_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.sub_spec''.mvcgen_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdConvert|CurveFieldProofs.sub_spec''|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdCurve|CurveFieldProofs.OnCurve|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdCurve|CurveFieldProofs.c121665_ne_zero|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdCurve|CurveFieldProofs.cast_pow_eq|theorem|Quot.sound,propext
|
|
INV|Proofs.EdCurve|CurveFieldProofs.completeness|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdCurve|CurveFieldProofs.dNum_cast|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdCurve|CurveFieldProofs.dNum|def|
|
|
INV|Proofs.EdCurve|CurveFieldProofs.denominator_core|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdCurve|CurveFieldProofs.edAdd_closure|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdCurve|CurveFieldProofs.edAdd_comm|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdCurve|CurveFieldProofs.edAdd_id|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdCurve|CurveFieldProofs.edAdd_neg|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdCurve|CurveFieldProofs.edAdd|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdCurve|CurveFieldProofs.edD._proof_1|theorem|propext
|
|
INV|Proofs.EdCurve|CurveFieldProofs.edD._proof_2|theorem|propext
|
|
INV|Proofs.EdCurve|CurveFieldProofs.edD_char|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdCurve|CurveFieldProofs.edD_ne_zero|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdCurve|CurveFieldProofs.edD_not_square|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdCurve|CurveFieldProofs.edD_pow_eq_neg_one|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdCurve|CurveFieldProofs.edD|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdCurve|CurveFieldProofs.edId|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdCurve|CurveFieldProofs.edNeg|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdCurve|CurveFieldProofs.natCast_eq_zero_of_mod|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdCurve|CurveFieldProofs.natCast_ne_zero_of_mod|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdCurve|CurveFieldProofs.neg_one_ne_one_Fp|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdCurve|CurveFieldProofs.onCurve_id|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdCurve|CurveFieldProofs.onCurve_neg|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdCurve|CurveFieldProofs.powMod.eq_1|theorem|
|
|
INV|Proofs.EdCurve|CurveFieldProofs.powModAux._f|def|
|
|
INV|Proofs.EdCurve|CurveFieldProofs.powModAux._sunfold|def|
|
|
INV|Proofs.EdCurve|CurveFieldProofs.powModAux._unsafe_rec|def|
|
|
INV|Proofs.EdCurve|CurveFieldProofs.powModAux.eq_1|theorem|
|
|
INV|Proofs.EdCurve|CurveFieldProofs.powModAux.eq_2|theorem|
|
|
INV|Proofs.EdCurve|CurveFieldProofs.powModAux.eq_def|theorem|
|
|
INV|Proofs.EdCurve|CurveFieldProofs.powModAux.match_1|def|
|
|
INV|Proofs.EdCurve|CurveFieldProofs.powModAux_eq._proof_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.EdCurve|CurveFieldProofs.powModAux_eq._proof_1_5|theorem|Quot.sound,propext
|
|
INV|Proofs.EdCurve|CurveFieldProofs.powModAux_eq._proof_1_6|theorem|Quot.sound,propext
|
|
INV|Proofs.EdCurve|CurveFieldProofs.powModAux_eq._proof_1_7|theorem|Quot.sound,propext
|
|
INV|Proofs.EdCurve|CurveFieldProofs.powModAux_eq|theorem|Quot.sound,propext
|
|
INV|Proofs.EdCurve|CurveFieldProofs.powModAux|def|
|
|
INV|Proofs.EdCurve|CurveFieldProofs.powMod|def|
|
|
INV|Proofs.EdCurve|CurveFieldProofs.sNum|def|
|
|
INV|Proofs.EdCurve|CurveFieldProofs.sqrtM1_ne_zero|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdCurve|CurveFieldProofs.sqrtM1_sq|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdCurve|CurveFieldProofs.sqrtM1|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdCurve|CurveFieldProofs.two_ne_zero_Fp|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdCurve|_private.Proofs.EdCurve.0.CurveFieldProofs.c121666_ne_zero|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdCurve|_private.Proofs.EdCurve.0.CurveFieldProofs.powModAux.match_1.eq_1|theorem|
|
|
INV|Proofs.EdCurve|_private.Proofs.EdCurve.0.CurveFieldProofs.powModAux.match_1.eq_2|theorem|
|
|
INV|Proofs.EdCurve|_private.Proofs.EdCurve.0.CurveFieldProofs.powModAux.match_1.splitter|def|
|
|
INV|Proofs.EdDenote|CurveFieldProofs.AffNiels.mk_xy2d|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDenote|CurveFieldProofs.AffNiels.mk_y_minus_x|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDenote|CurveFieldProofs.AffNiels.mk_y_plus_x|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDenote|CurveFieldProofs.AffNielsValid|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDenote|CurveFieldProofs.AffNiels|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDenote|CurveFieldProofs.ComplPoint.mk_T|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDenote|CurveFieldProofs.ComplPoint.mk_X|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDenote|CurveFieldProofs.ComplPoint.mk_Y|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDenote|CurveFieldProofs.ComplPoint.mk_Z|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDenote|CurveFieldProofs.ComplPoint|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDenote|CurveFieldProofs.ComplValid|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDenote|CurveFieldProofs.EdPoint.mk_T|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDenote|CurveFieldProofs.EdPoint.mk_X|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDenote|CurveFieldProofs.EdPoint.mk_Y|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDenote|CurveFieldProofs.EdPoint.mk_Z|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDenote|CurveFieldProofs.EdPoint|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDenote|CurveFieldProofs.ExtValid|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDenote|CurveFieldProofs.IsAffNielsOf|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDenote|CurveFieldProofs.IsNielsOf._proof_1|theorem|propext
|
|
INV|Proofs.EdDenote|CurveFieldProofs.IsNielsOf._proof_2|theorem|propext
|
|
INV|Proofs.EdDenote|CurveFieldProofs.IsNielsOf|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDenote|CurveFieldProofs.ProjNiels.mk_T2d|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDenote|CurveFieldProofs.ProjNiels.mk_Y_minus_X|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDenote|CurveFieldProofs.ProjNiels.mk_Y_plus_X|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDenote|CurveFieldProofs.ProjNiels.mk_Z|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDenote|CurveFieldProofs.ProjNielsValid|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDenote|CurveFieldProofs.ProjNiels|def|
|
|
INV|Proofs.EdDenote|CurveFieldProofs.ProjPoint.mk_X|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDenote|CurveFieldProofs.ProjPoint.mk_Y|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDenote|CurveFieldProofs.ProjPoint.mk_Z|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDenote|CurveFieldProofs.ProjPoint|def|
|
|
INV|Proofs.EdDenote|CurveFieldProofs.ProjValid|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDenote|CurveFieldProofs.c121666_ne_zero|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDenote|CurveFieldProofs.complX|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDenote|CurveFieldProofs.complY|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDenote|CurveFieldProofs.edX|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDenote|CurveFieldProofs.edY|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDenote|CurveFieldProofs.edwards_d2_eq_two_d|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDenote|CurveFieldProofs.edwards_d2_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDenote|CurveFieldProofs.edwards_d_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDenote|CurveFieldProofs.fp_div_eq_div_iff|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDenote|CurveFieldProofs.fp_div_eq_iff|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDenote|CurveFieldProofs.fp_eq_div_iff|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDenote|CurveFieldProofs.natCast_P_sub|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDenote|CurveFieldProofs.natCast_ne_zero_of_lt_P._proof_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.EdDenote|CurveFieldProofs.natCast_ne_zero_of_lt_P|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDenote|CurveFieldProofs.ok_ext|theorem|
|
|
INV|Proofs.EdDenote|CurveFieldProofs.projX|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDenote|CurveFieldProofs.projY|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDenote|CurveFieldProofs.run_affine_niels_identity|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDenote|CurveFieldProofs.run_edwards_identity|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDenote|CurveFieldProofs.run_projective_identity|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDenote|CurveFieldProofs.run_projective_niels_identity|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDenote|CurveFieldProofs.two_mul_ne_zero|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDenote|CurveFieldProofs.two_ne_zero'|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDenote|_private.Proofs.EdDenote.0.CurveFieldProofs.feVal.match_1.eq_1|theorem|propext
|
|
INV|Proofs.EdDenote|_private.Proofs.EdDenote.0.CurveFieldProofs.feVal.match_1.eq_2|theorem|propext
|
|
INV|Proofs.EdDenote|_private.Proofs.EdDenote.0.CurveFieldProofs.feVal.match_1.splitter._sparseCasesOn_2|def|propext
|
|
INV|Proofs.EdDenote|_private.Proofs.EdDenote.0.CurveFieldProofs.feVal.match_1.splitter._sparseCasesOn_3|def|propext
|
|
INV|Proofs.EdDenote|_private.Proofs.EdDenote.0.CurveFieldProofs.feVal.match_1.splitter|def|propext
|
|
INV|Proofs.EdDouble|CurveFieldProofs._aux_Proofs_EdDouble___macroRules_CurveFieldProofs_edisDouble_1|def|
|
|
INV|Proofs.EdDouble|CurveFieldProofs.as_projective_spec._simp_1_1|theorem|propext
|
|
INV|Proofs.EdDouble|CurveFieldProofs.as_projective_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDouble|CurveFieldProofs.edisDouble|def|
|
|
INV|Proofs.EdDouble|CurveFieldProofs.edwards_double_spec._proof_1_15|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDouble|CurveFieldProofs.edwards_double_spec._proof_1_16|theorem|propext
|
|
INV|Proofs.EdDouble|CurveFieldProofs.edwards_double_spec._simp_1_10|theorem|propext
|
|
INV|Proofs.EdDouble|CurveFieldProofs.edwards_double_spec._simp_1_11|theorem|propext
|
|
INV|Proofs.EdDouble|CurveFieldProofs.edwards_double_spec._simp_1_12|theorem|propext
|
|
INV|Proofs.EdDouble|CurveFieldProofs.edwards_double_spec._simp_1_13|theorem|propext
|
|
INV|Proofs.EdDouble|CurveFieldProofs.edwards_double_spec._simp_1_14|theorem|propext
|
|
INV|Proofs.EdDouble|CurveFieldProofs.edwards_double_spec._simp_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.EdDouble|CurveFieldProofs.edwards_double_spec._simp_1_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDouble|CurveFieldProofs.edwards_double_spec._simp_1_3|theorem|Quot.sound,propext
|
|
INV|Proofs.EdDouble|CurveFieldProofs.edwards_double_spec._simp_1_4|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDouble|CurveFieldProofs.edwards_double_spec._simp_1_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDouble|CurveFieldProofs.edwards_double_spec._simp_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDouble|CurveFieldProofs.edwards_double_spec._simp_1_7|theorem|propext
|
|
INV|Proofs.EdDouble|CurveFieldProofs.edwards_double_spec._simp_1_8|theorem|propext
|
|
INV|Proofs.EdDouble|CurveFieldProofs.edwards_double_spec._simp_1_9|theorem|propext
|
|
INV|Proofs.EdDouble|CurveFieldProofs.edwards_double_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDouble|CurveFieldProofs.proj_double_spec._proof_1_15|theorem|propext
|
|
INV|Proofs.EdDouble|CurveFieldProofs.proj_double_spec._simp_1_10|theorem|propext
|
|
INV|Proofs.EdDouble|CurveFieldProofs.proj_double_spec._simp_1_11|theorem|propext
|
|
INV|Proofs.EdDouble|CurveFieldProofs.proj_double_spec._simp_1_12|theorem|propext
|
|
INV|Proofs.EdDouble|CurveFieldProofs.proj_double_spec._simp_1_13|theorem|propext
|
|
INV|Proofs.EdDouble|CurveFieldProofs.proj_double_spec._simp_1_14|theorem|propext
|
|
INV|Proofs.EdDouble|CurveFieldProofs.proj_double_spec._simp_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.EdDouble|CurveFieldProofs.proj_double_spec._simp_1_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDouble|CurveFieldProofs.proj_double_spec._simp_1_3|theorem|Quot.sound,propext
|
|
INV|Proofs.EdDouble|CurveFieldProofs.proj_double_spec._simp_1_4|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDouble|CurveFieldProofs.proj_double_spec._simp_1_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDouble|CurveFieldProofs.proj_double_spec._simp_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDouble|CurveFieldProofs.proj_double_spec._simp_1_7|theorem|propext
|
|
INV|Proofs.EdDouble|CurveFieldProofs.proj_double_spec._simp_1_8|theorem|propext
|
|
INV|Proofs.EdDouble|CurveFieldProofs.proj_double_spec._simp_1_9|theorem|propext
|
|
INV|Proofs.EdDouble|CurveFieldProofs.proj_double_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDouble|_private.Proofs.EdDouble.0.CurveFieldProofs.add_spec''._proof_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.EdDouble|_private.Proofs.EdDouble.0.CurveFieldProofs.add_spec''._proof_1_2|theorem|Quot.sound,propext
|
|
INV|Proofs.EdDouble|_private.Proofs.EdDouble.0.CurveFieldProofs.add_spec''._proof_1_3|theorem|Quot.sound,propext
|
|
INV|Proofs.EdDouble|_private.Proofs.EdDouble.0.CurveFieldProofs.add_spec''._proof_1_4|theorem|Quot.sound,propext
|
|
INV|Proofs.EdDouble|_private.Proofs.EdDouble.0.CurveFieldProofs.add_spec''._proof_1_5|theorem|Quot.sound,propext
|
|
INV|Proofs.EdDouble|_private.Proofs.EdDouble.0.CurveFieldProofs.add_spec''|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdDouble|_private.Proofs.EdDouble.0.CurveFieldProofs.sub_spec''|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdMain|CurveFieldProofs.IsEdwardsImplementation.add_ok|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdMain|CurveFieldProofs.IsEdwardsImplementation.casesOn|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdMain|CurveFieldProofs.IsEdwardsImplementation.double_ok|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdMain|CurveFieldProofs.IsEdwardsImplementation.id_ok|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdMain|CurveFieldProofs.IsEdwardsImplementation.mk._flat_ctor|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdMain|CurveFieldProofs.IsEdwardsImplementation.mk|ctor|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdMain|CurveFieldProofs.IsEdwardsImplementation.neg_ok|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdMain|CurveFieldProofs.IsEdwardsImplementation.recOn|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdMain|CurveFieldProofs.IsEdwardsImplementation.rec|recursor|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdMain|CurveFieldProofs.IsEdwardsImplementation.sub_ok|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdMain|CurveFieldProofs.IsEdwardsImplementation|inductive|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdMain|CurveFieldProofs.OnCurveExt|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdMain|CurveFieldProofs.add_affniels_law|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdMain|CurveFieldProofs.add_law_fractions|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdMain|CurveFieldProofs.add_projniels_law|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdMain|CurveFieldProofs.affniels_xy2d_eq|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdMain|CurveFieldProofs.compl_as_extended_law._simp_1_1|theorem|propext
|
|
INV|Proofs.EdMain|CurveFieldProofs.compl_as_extended_law|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdMain|CurveFieldProofs.edPt|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdMain|CurveFieldProofs.edwardsImplementation|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdMain|CurveFieldProofs.edwards_add_law|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdMain|CurveFieldProofs.edwards_double_law|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdMain|CurveFieldProofs.edwards_neg_law|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdMain|CurveFieldProofs.edwards_sub_law|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdMain|CurveFieldProofs.ext_T_div|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdMain|CurveFieldProofs.ext_T_eq|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdMain|CurveFieldProofs.ext_X_eq|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdMain|CurveFieldProofs.ext_Y_eq|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdMain|CurveFieldProofs.ext_oncurve_poly|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdMain|CurveFieldProofs.impl_add_comm_ed|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdMain|CurveFieldProofs.impl_add_id_ed|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdMain|CurveFieldProofs.impl_add_neg_ed|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdMain|CurveFieldProofs.niels_T2d_eq|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdMain|CurveFieldProofs.run_edwards_add|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdMain|CurveFieldProofs.run_edwards_double|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdMain|CurveFieldProofs.run_edwards_identity_law|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdMain|CurveFieldProofs.run_edwards_neg|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdMain|CurveFieldProofs.run_edwards_sub|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdMain|CurveFieldProofs.sub_affniels_law|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.EdMain|CurveFieldProofs.sub_projniels_law|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.FeQ|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.VFe|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.denoteQ_add|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.denoteQ_injective|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.denoteQ_inv|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.denoteQ_mk|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.denoteQ_mul|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.denoteQ_neg|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.denoteQ_one|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.denoteQ_qadd|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.denoteQ_qinv|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.denoteQ_qmul|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.denoteQ_qneg|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.denoteQ_qone|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.denoteQ_qsub|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.denoteQ_qzero|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.denoteQ_sub|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.denoteQ_surjective|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.denoteQ_zero|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.denoteQ|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.feQRingEquiv._proof_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.feQRingEquiv._proof_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.feQRingEquiv._proof_3|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.feQRingEquiv|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.feq_ext|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.instAddFeQ|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.instCommRingFeQ._proof_10|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.instCommRingFeQ._proof_11|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.instCommRingFeQ._proof_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.instCommRingFeQ._proof_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.instCommRingFeQ._proof_3|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.instCommRingFeQ._proof_4|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.instCommRingFeQ._proof_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.instCommRingFeQ._proof_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.instCommRingFeQ._proof_7|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.instCommRingFeQ._proof_8|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.instCommRingFeQ._proof_9|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.instCommRingFeQ|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.instFieldFeQ._proof_10|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.instFieldFeQ._proof_11|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.instFieldFeQ._proof_12|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.instFieldFeQ._proof_13|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.instFieldFeQ._proof_14|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.instFieldFeQ._proof_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.instFieldFeQ._proof_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.instFieldFeQ._proof_3|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.instFieldFeQ._proof_4|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.instFieldFeQ._proof_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.instFieldFeQ._proof_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.instFieldFeQ._proof_7|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.instFieldFeQ._proof_8|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.instFieldFeQ._proof_9|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.instFieldFeQ|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.instFintypeFeQ|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.instInvFeQ|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.instMulFeQ|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.instNegFeQ|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.instOneFeQ|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.instSubFeQ|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.instZeroFeQ|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.qadd_assoc|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.qadd_comm|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.qadd_zero|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.qadd|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.qinv_qzero|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.qinv|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.qleft_distrib|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.qmul_assoc|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.qmul_comm|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.qmul_inv_cancel|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.qmul_one|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.qmul_zero|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.qmul|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.qneg_add_cancel|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.qneg|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.qone_mul|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.qone|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.qright_distrib|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.qsub_eq_add_neg|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.qsub|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.qzero_add|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.qzero_mul|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.qzero_ne_qone|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.qzero|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.run_add_red|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.run_reduce|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.vadd._proof_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.vadd._proof_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.vadd_congr|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.vadd_denote|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.vadd_runs|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.vadd|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.vfeSetoid._proof_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.vfeSetoid|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.vfe_equiv_iff|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.vinv._proof_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.vinv._proof_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.vinv_congr|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.vinv_denote|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.vinv_runs|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.vinv|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.vmul._proof_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.vmul._proof_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.vmul_congr|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.vmul_denote|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.vmul_runs|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.vmul|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.vneg._proof_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.vneg._proof_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.vneg_congr|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.vneg_denote|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.vneg_runs|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.vneg|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.vone._proof_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.vone_denote|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.vone_runs|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.vone|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.vsub._proof_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.vsub._proof_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.vsub_congr|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.vsub_denote|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.vsub_runs|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.vsub|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.vzero._proof_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.vzero_denote|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.vzero_runs|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FeQ|CurveFieldProofs.vzero|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FieldMain|CurveFieldProofs.Fp_field|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FieldMain|CurveFieldProofs.IsFieldImplementation.add_ok|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FieldMain|CurveFieldProofs.IsFieldImplementation.casesOn|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FieldMain|CurveFieldProofs.IsFieldImplementation.inv_ok|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FieldMain|CurveFieldProofs.IsFieldImplementation.mk._flat_ctor|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FieldMain|CurveFieldProofs.IsFieldImplementation.mk|ctor|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FieldMain|CurveFieldProofs.IsFieldImplementation.mul_ok|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FieldMain|CurveFieldProofs.IsFieldImplementation.neg_ok|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FieldMain|CurveFieldProofs.IsFieldImplementation.one_ok|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FieldMain|CurveFieldProofs.IsFieldImplementation.recOn|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FieldMain|CurveFieldProofs.IsFieldImplementation.rec|recursor|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FieldMain|CurveFieldProofs.IsFieldImplementation.sub_ok|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FieldMain|CurveFieldProofs.IsFieldImplementation.surj|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FieldMain|CurveFieldProofs.IsFieldImplementation.zero_ok|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FieldMain|CurveFieldProofs.IsFieldImplementation|inductive|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FieldMain|CurveFieldProofs.Valid|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FieldMain|CurveFieldProofs.fieldImplementation|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FieldMain|CurveFieldProofs.impl_add_assoc._proof_1_10|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FieldMain|CurveFieldProofs.impl_add_assoc._proof_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.FieldMain|CurveFieldProofs.impl_add_assoc._proof_1_2|theorem|Quot.sound,propext
|
|
INV|Proofs.FieldMain|CurveFieldProofs.impl_add_assoc._proof_1_3|theorem|Quot.sound,propext
|
|
INV|Proofs.FieldMain|CurveFieldProofs.impl_add_assoc._proof_1_4|theorem|Quot.sound,propext
|
|
INV|Proofs.FieldMain|CurveFieldProofs.impl_add_assoc._proof_1_5|theorem|Quot.sound,propext
|
|
INV|Proofs.FieldMain|CurveFieldProofs.impl_add_assoc._proof_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FieldMain|CurveFieldProofs.impl_add_assoc._proof_1_7|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FieldMain|CurveFieldProofs.impl_add_assoc._proof_1_8|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FieldMain|CurveFieldProofs.impl_add_assoc._proof_1_9|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FieldMain|CurveFieldProofs.impl_add_assoc|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FieldMain|CurveFieldProofs.impl_add_comm|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FieldMain|CurveFieldProofs.impl_add_neg|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FieldMain|CurveFieldProofs.impl_left_distrib|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FieldMain|CurveFieldProofs.impl_mul_assoc|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FieldMain|CurveFieldProofs.impl_mul_comm|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FieldMain|CurveFieldProofs.impl_mul_inv_cancel|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FieldMain|CurveFieldProofs.impl_one_mul|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FieldMain|CurveFieldProofs.impl_zero_add|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FieldMain|CurveFieldProofs.impl_zero_ne_one|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FieldMain|CurveFieldProofs.run_add._proof_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.FieldMain|CurveFieldProofs.run_add._proof_1_2|theorem|Quot.sound,propext
|
|
INV|Proofs.FieldMain|CurveFieldProofs.run_add._proof_1_3|theorem|Quot.sound,propext
|
|
INV|Proofs.FieldMain|CurveFieldProofs.run_add._proof_1_4|theorem|Quot.sound,propext
|
|
INV|Proofs.FieldMain|CurveFieldProofs.run_add._proof_1_5|theorem|Quot.sound,propext
|
|
INV|Proofs.FieldMain|CurveFieldProofs.run_add|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FieldMain|CurveFieldProofs.run_invert|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FieldMain|CurveFieldProofs.run_mul|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FieldMain|CurveFieldProofs.run_neg|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FieldMain|CurveFieldProofs.run_one|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FieldMain|CurveFieldProofs.run_sub|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FieldMain|CurveFieldProofs.run_zero|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FieldMain|CurveFieldProofs.valid54|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Field|CurveFieldProofs.P_prime|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Field|CurveFieldProofs.denote_encode._proof_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.Field|CurveFieldProofs.denote_encode._proof_1_2|theorem|Quot.sound,propext
|
|
INV|Proofs.Field|CurveFieldProofs.denote_encode._proof_1_3|theorem|Quot.sound,propext
|
|
INV|Proofs.Field|CurveFieldProofs.denote_encode._proof_1_4|theorem|Quot.sound,propext
|
|
INV|Proofs.Field|CurveFieldProofs.denote_encode._proof_1_5|theorem|Quot.sound,propext
|
|
INV|Proofs.Field|CurveFieldProofs.denote_encode._proof_1_6|theorem|Quot.sound,propext
|
|
INV|Proofs.Field|CurveFieldProofs.denote_encode|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Field|CurveFieldProofs.denote_surjective|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Field|CurveFieldProofs.encode._proof_1|theorem|propext
|
|
INV|Proofs.Field|CurveFieldProofs.encode._proof_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Field|CurveFieldProofs.encode_bnd._proof_1_10|theorem|Quot.sound,propext
|
|
INV|Proofs.Field|CurveFieldProofs.encode_bnd._proof_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.Field|CurveFieldProofs.encode_bnd._proof_1_2|theorem|Quot.sound,propext
|
|
INV|Proofs.Field|CurveFieldProofs.encode_bnd._proof_1_3|theorem|Quot.sound,propext
|
|
INV|Proofs.Field|CurveFieldProofs.encode_bnd._proof_1_4|theorem|Quot.sound,propext
|
|
INV|Proofs.Field|CurveFieldProofs.encode_bnd._proof_1_5|theorem|Quot.sound,propext
|
|
INV|Proofs.Field|CurveFieldProofs.encode_bnd._proof_1_6|theorem|Quot.sound,propext
|
|
INV|Proofs.Field|CurveFieldProofs.encode_bnd._proof_1_7|theorem|Quot.sound,propext
|
|
INV|Proofs.Field|CurveFieldProofs.encode_bnd._proof_1_8|theorem|Quot.sound,propext
|
|
INV|Proofs.Field|CurveFieldProofs.encode_bnd._proof_1_9|theorem|Quot.sound,propext
|
|
INV|Proofs.Field|CurveFieldProofs.encode_bnd|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Field|CurveFieldProofs.encode_list|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Field|CurveFieldProofs.encode|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Field|CurveFieldProofs.instFactPrimeP|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Field|CurveFieldProofs.instNeZeroNatP|theorem|propext
|
|
INV|Proofs.Field|CurveFieldProofs.mkU64_val._proof_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.Field|CurveFieldProofs.mkU64_val|theorem|Quot.sound,propext
|
|
INV|Proofs.Field|CurveFieldProofs.mkU64|def|
|
|
INV|Proofs.Field|CurveFieldProofs.spec_exists|theorem|Quot.sound,propext
|
|
INV|Proofs.Field|CurveFieldProofs.val_lt_P|theorem|propext
|
|
INV|Proofs.FromBytesSpec|Aeneas.Std.Slice.length.eq_1|theorem|propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.digits_tile._proof_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.digits_tile|theorem|Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.from_bytes_spec._proof_1_16|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.from_bytes_spec._proof_1_17|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.from_bytes_spec._proof_1_18|theorem|propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.from_bytes_spec._proof_1_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.from_bytes_spec._proof_1_21|theorem|propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.from_bytes_spec._proof_1_22|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.from_bytes_spec._proof_1_23|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.from_bytes_spec._proof_1_24|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.from_bytes_spec._proof_1_25|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.from_bytes_spec._proof_1_26|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.from_bytes_spec._proof_1_27|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.from_bytes_spec._proof_1_28|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.from_bytes_spec._proof_1_29|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.from_bytes_spec._proof_1_30|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.from_bytes_spec._proof_1_31|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.from_bytes_spec._simp_1_10|theorem|propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.from_bytes_spec._simp_1_11|theorem|propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.from_bytes_spec._simp_1_12|theorem|propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.from_bytes_spec._simp_1_13|theorem|propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.from_bytes_spec._simp_1_14|theorem|propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.from_bytes_spec._simp_1_15|theorem|propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.from_bytes_spec._simp_1_2|theorem|Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.from_bytes_spec._simp_1_3|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.from_bytes_spec._simp_1_4|theorem|Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.from_bytes_spec._simp_1_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.from_bytes_spec._simp_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.from_bytes_spec._simp_1_7|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.from_bytes_spec._simp_1_8|theorem|propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.from_bytes_spec._simp_1_9|theorem|propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.from_bytes_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_16|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_17|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_18|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_19|theorem|Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_20|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_21|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_22|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_23|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_24|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_25|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_26|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_27|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_28|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_29|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_30|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_31|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_32|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_33|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_34|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_35|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_36|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_37|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_38|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_39|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_40|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_41|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_42|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_43|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_44|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_45|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_46|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_47|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_48|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_49|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_50|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_51|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_52|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_53|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_54|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_55|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_56|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_57|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_58|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_59|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_60|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_61|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_62|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_63|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_64|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_65|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_66|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_67|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_68|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_69|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_70|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_71|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_72|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_73|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_74|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._proof_1_76|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._simp_1_10|theorem|propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._simp_1_11|theorem|propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._simp_1_12|theorem|propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._simp_1_13|theorem|propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._simp_1_14|theorem|propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._simp_1_15|theorem|propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._simp_1_2|theorem|Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._simp_1_3|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._simp_1_4|theorem|Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._simp_1_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._simp_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._simp_1_7|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._simp_1_8|theorem|propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec._simp_1_9|theorem|propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.load8_at_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.or_add_low|theorem|Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.window_extract._proof_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.window_extract._proof_1_2|theorem|Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.window_extract|theorem|Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.window_shift._proof_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.window_shift._proof_1_2|theorem|Quot.sound,propext
|
|
INV|Proofs.FromBytesSpec|CurveFieldProofs.window_shift|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.InvertSpec|CurveFieldProofs._aux_Proofs_InvertSpec___macroRules_CurveFieldProofs_tacticBnd_1|def|
|
|
INV|Proofs.InvertSpec|CurveFieldProofs.invert_spec._simp_1_10|theorem|propext
|
|
INV|Proofs.InvertSpec|CurveFieldProofs.invert_spec._simp_1_11|theorem|propext
|
|
INV|Proofs.InvertSpec|CurveFieldProofs.invert_spec._simp_1_12|theorem|propext
|
|
INV|Proofs.InvertSpec|CurveFieldProofs.invert_spec._simp_1_13|theorem|propext
|
|
INV|Proofs.InvertSpec|CurveFieldProofs.invert_spec._simp_1_14|theorem|propext
|
|
INV|Proofs.InvertSpec|CurveFieldProofs.invert_spec._simp_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.InvertSpec|CurveFieldProofs.invert_spec._simp_1_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.InvertSpec|CurveFieldProofs.invert_spec._simp_1_3|theorem|Quot.sound,propext
|
|
INV|Proofs.InvertSpec|CurveFieldProofs.invert_spec._simp_1_4|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.InvertSpec|CurveFieldProofs.invert_spec._simp_1_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.InvertSpec|CurveFieldProofs.invert_spec._simp_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.InvertSpec|CurveFieldProofs.invert_spec._simp_1_7|theorem|propext
|
|
INV|Proofs.InvertSpec|CurveFieldProofs.invert_spec._simp_1_8|theorem|propext
|
|
INV|Proofs.InvertSpec|CurveFieldProofs.invert_spec._simp_1_9|theorem|propext
|
|
INV|Proofs.InvertSpec|CurveFieldProofs.invert_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.InvertSpec|CurveFieldProofs.mul_spec'.mvcgen_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.InvertSpec|CurveFieldProofs.mul_spec'|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.InvertSpec|CurveFieldProofs.pow22501_spec._simp_1_10|theorem|propext
|
|
INV|Proofs.InvertSpec|CurveFieldProofs.pow22501_spec._simp_1_11|theorem|propext
|
|
INV|Proofs.InvertSpec|CurveFieldProofs.pow22501_spec._simp_1_12|theorem|propext
|
|
INV|Proofs.InvertSpec|CurveFieldProofs.pow22501_spec._simp_1_13|theorem|propext
|
|
INV|Proofs.InvertSpec|CurveFieldProofs.pow22501_spec._simp_1_14|theorem|propext
|
|
INV|Proofs.InvertSpec|CurveFieldProofs.pow22501_spec._simp_1_15|theorem|
|
|
INV|Proofs.InvertSpec|CurveFieldProofs.pow22501_spec._simp_1_16|theorem|
|
|
INV|Proofs.InvertSpec|CurveFieldProofs.pow22501_spec._simp_1_17|theorem|
|
|
INV|Proofs.InvertSpec|CurveFieldProofs.pow22501_spec._simp_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.InvertSpec|CurveFieldProofs.pow22501_spec._simp_1_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.InvertSpec|CurveFieldProofs.pow22501_spec._simp_1_3|theorem|Quot.sound,propext
|
|
INV|Proofs.InvertSpec|CurveFieldProofs.pow22501_spec._simp_1_4|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.InvertSpec|CurveFieldProofs.pow22501_spec._simp_1_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.InvertSpec|CurveFieldProofs.pow22501_spec._simp_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.InvertSpec|CurveFieldProofs.pow22501_spec._simp_1_7|theorem|propext
|
|
INV|Proofs.InvertSpec|CurveFieldProofs.pow22501_spec._simp_1_8|theorem|propext
|
|
INV|Proofs.InvertSpec|CurveFieldProofs.pow22501_spec._simp_1_9|theorem|propext
|
|
INV|Proofs.InvertSpec|CurveFieldProofs.pow22501_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.InvertSpec|CurveFieldProofs.pow2k_spec'.mvcgen_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.InvertSpec|CurveFieldProofs.pow2k_spec'|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.InvertSpec|CurveFieldProofs.square_spec'.mvcgen_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.InvertSpec|CurveFieldProofs.square_spec'|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.InvertSpec|CurveFieldProofs.tacticBnd|def|
|
|
INV|Proofs.MulSpec|CurveFieldProofs._aux_Proofs_MulSpec___macroRules_CurveFieldProofs_tacticDis_1|def|
|
|
INV|Proofs.MulSpec|CurveFieldProofs.m_spec._proof_1_15|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.m_spec._proof_1_16|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.m_spec._simp_1_10|theorem|propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.m_spec._simp_1_11|theorem|propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.m_spec._simp_1_12|theorem|propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.m_spec._simp_1_13|theorem|propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.m_spec._simp_1_14|theorem|propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.m_spec._simp_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.m_spec._simp_1_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.m_spec._simp_1_3|theorem|Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.m_spec._simp_1_4|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.m_spec._simp_1_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.m_spec._simp_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.m_spec._simp_1_7|theorem|propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.m_spec._simp_1_8|theorem|propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.m_spec._simp_1_9|theorem|propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.m_spec.mvcgen_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.m_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_mask_spec._proof_1_15|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_mask_spec._proof_1_16|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_mask_spec._proof_1_17|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_mask_spec._simp_1_10|theorem|propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_mask_spec._simp_1_11|theorem|propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_mask_spec._simp_1_12|theorem|propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_mask_spec._simp_1_13|theorem|propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_mask_spec._simp_1_14|theorem|propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_mask_spec._simp_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_mask_spec._simp_1_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_mask_spec._simp_1_3|theorem|Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_mask_spec._simp_1_4|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_mask_spec._simp_1_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_mask_spec._simp_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_mask_spec._simp_1_7|theorem|propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_mask_spec._simp_1_8|theorem|propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_mask_spec._simp_1_9|theorem|propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_mask_spec.mvcgen_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_mask_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_100|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_101|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_102|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_103|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_104|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_105|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_106|theorem|Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_107|theorem|Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_108|theorem|Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_109|theorem|Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_110|theorem|Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_111|theorem|Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_16|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_17|theorem|Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_18|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_19|theorem|Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_20|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_21|theorem|Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_22|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_23|theorem|Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_24|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_25|theorem|Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_26|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_27|theorem|Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_28|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_29|theorem|Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_30|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_31|theorem|Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_32|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_33|theorem|Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_34|theorem|Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_35|theorem|Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_36|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_37|theorem|Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_38|theorem|Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_39|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_40|theorem|Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_41|theorem|Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_42|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_43|theorem|Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_44|theorem|Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_45|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_46|theorem|Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_47|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_48|theorem|Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_49|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_50|theorem|Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_51|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_52|theorem|Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_53|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_54|theorem|Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_55|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_56|theorem|Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_57|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_58|theorem|Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_59|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_60|theorem|Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_61|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_62|theorem|Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_63|theorem|Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_64|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_65|theorem|Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_66|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_67|theorem|Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_68|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_69|theorem|Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_70|theorem|Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_71|theorem|Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_72|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_73|theorem|Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_74|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_75|theorem|Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_76|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_77|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_78|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_79|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_80|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_81|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_82|theorem|Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_83|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_84|theorem|Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_85|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_86|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_87|theorem|Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_88|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_89|theorem|Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_90|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_91|theorem|Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_92|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_93|theorem|Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_94|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_95|theorem|Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_96|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_97|theorem|Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_98|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._proof_1_99|theorem|Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._simp_1_10|theorem|propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._simp_1_11|theorem|propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._simp_1_12|theorem|propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._simp_1_13|theorem|propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._simp_1_14|theorem|propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._simp_1_15|theorem|propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._simp_1_2|theorem|Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._simp_1_3|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._simp_1_4|theorem|Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._simp_1_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._simp_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._simp_1_7|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._simp_1_8|theorem|propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec._simp_1_9|theorem|propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.mul_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.MulSpec|CurveFieldProofs.tacticDis|def|
|
|
INV|Proofs.P25519|P25519.cast_pow_eq|theorem|Quot.sound,propext
|
|
INV|Proofs.P25519|P25519.powMod.eq_1|theorem|
|
|
INV|Proofs.P25519|P25519.powModAux._f|def|
|
|
INV|Proofs.P25519|P25519.powModAux._sunfold|def|
|
|
INV|Proofs.P25519|P25519.powModAux._unsafe_rec|def|
|
|
INV|Proofs.P25519|P25519.powModAux.eq_1|theorem|
|
|
INV|Proofs.P25519|P25519.powModAux.eq_2|theorem|
|
|
INV|Proofs.P25519|P25519.powModAux.eq_def|theorem|
|
|
INV|Proofs.P25519|P25519.powModAux.match_1|def|
|
|
INV|Proofs.P25519|P25519.powModAux_eq._proof_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.P25519|P25519.powModAux_eq._proof_1_5|theorem|Quot.sound,propext
|
|
INV|Proofs.P25519|P25519.powModAux_eq._proof_1_6|theorem|Quot.sound,propext
|
|
INV|Proofs.P25519|P25519.powModAux_eq._proof_1_7|theorem|Quot.sound,propext
|
|
INV|Proofs.P25519|P25519.powModAux_eq|theorem|Quot.sound,propext
|
|
INV|Proofs.P25519|P25519.powModAux|def|
|
|
INV|Proofs.P25519|P25519.powMod|def|
|
|
INV|Proofs.P25519|P25519.pow_eq_one_of_powMod|theorem|Quot.sound,propext
|
|
INV|Proofs.P25519|P25519.pow_ne_one_of_powMod|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.P25519|P25519.prime_1919519569386763|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.P25519|P25519.prime_2773320623|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.P25519|P25519.prime_31757755568855353|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.P25519|P25519.prime_57896044618658097711785492504343953926634992332820282019728792003956564819949|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.P25519|P25519.prime_72106336199|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.P25519|P25519.prime_74058212732561358302231226437062788676166966415465897661863160754340907|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.P25519|P25519.prime_75445702479781427272750846543864801|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.P25519|P25519.prime_8574133|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.P25519|_private.Proofs.P25519.0.P25519.powModAux.match_1.eq_1|theorem|
|
|
INV|Proofs.P25519|_private.Proofs.P25519.0.P25519.powModAux.match_1.eq_2|theorem|
|
|
INV|Proofs.P25519|_private.Proofs.P25519.0.P25519.powModAux.match_1.splitter|def|
|
|
INV|Proofs.P25519|p25519_prime|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.PointEqSpec|CurveFieldProofs.enc_inj_coord._proof_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.PointEqSpec|CurveFieldProofs.enc_inj_coord|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.PointEqSpec|CurveFieldProofs.enc_point_inj._proof_1_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.PointEqSpec|CurveFieldProofs.enc_point_inj._proof_1_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.PointEqSpec|CurveFieldProofs.enc_point_inj._proof_1_3|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.PointEqSpec|CurveFieldProofs.enc_point_inj._proof_1_4|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.PointEqSpec|CurveFieldProofs.enc_point_inj._proof_1_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.PointEqSpec|CurveFieldProofs.enc_point_inj|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.PointEqSpec|CurveFieldProofs.one_add_d_y_sq_ne_zero._simp_1_1|theorem|propext
|
|
INV|Proofs.PointEqSpec|CurveFieldProofs.one_add_d_y_sq_ne_zero._simp_1_2|theorem|propext
|
|
INV|Proofs.PointEqSpec|CurveFieldProofs.one_add_d_y_sq_ne_zero._simp_1_3|theorem|propext
|
|
INV|Proofs.PointEqSpec|CurveFieldProofs.one_add_d_y_sq_ne_zero._simp_1_4|theorem|propext
|
|
INV|Proofs.PointEqSpec|CurveFieldProofs.one_add_d_y_sq_ne_zero._simp_1_5|theorem|propext
|
|
INV|Proofs.PointEqSpec|CurveFieldProofs.one_add_d_y_sq_ne_zero._simp_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.PointEqSpec|CurveFieldProofs.one_add_d_y_sq_ne_zero._simp_1_7|theorem|propext
|
|
INV|Proofs.PointEqSpec|CurveFieldProofs.one_add_d_y_sq_ne_zero|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.PointEqSpec|CurveFieldProofs.verify_accepts_iff_point_eq|theorem|Classical.choice,Quot.sound,ed25519.Signature,ed25519.Signature.r_bytes,ed25519.Signature.s_bytes,ed_sigs.sha512_hash3,propext
|
|
INV|Proofs.PointEqSpec|CurveFieldProofs.x_sq_of_onCurve|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.PointLiftSpec|CurveFieldProofs.Bytes64.exists_bytes.match_1_1|def|
|
|
INV|Proofs.PointLiftSpec|CurveFieldProofs.Bytes64.exists_bytes|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.PointLiftSpec|CurveFieldProofs.List.exists_len32.match_1_1|def|
|
|
INV|Proofs.PointLiftSpec|CurveFieldProofs.List.exists_len32|theorem|propext
|
|
INV|Proofs.PointLiftSpec|CurveFieldProofs.bind_ok_inv|theorem|propext
|
|
INV|Proofs.PointLiftSpec|CurveFieldProofs.byte_peel._proof_1_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.PointLiftSpec|CurveFieldProofs.byte_peel|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.PointLiftSpec|CurveFieldProofs.rangeEq_iff_bytesVal._proof_1_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.PointLiftSpec|CurveFieldProofs.rangeEq_iff_bytesVal._proof_1_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.PointLiftSpec|CurveFieldProofs.rangeEq_iff_bytesVal|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.PointLiftSpec|CurveFieldProofs.recompute_inv|theorem|Classical.choice,Quot.sound,ed_sigs.sha512_hash3,propext
|
|
INV|Proofs.PointLiftSpec|CurveFieldProofs.vartime_dsm_basepoint_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.PointLiftSpec|CurveFieldProofs.verify_accepts_iff_point._proof_1_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.PointLiftSpec|CurveFieldProofs.verify_accepts_iff_point|theorem|Classical.choice,Quot.sound,ed25519.Signature,ed25519.Signature.r_bytes,ed25519.Signature.s_bytes,ed_sigs.sha512_hash3,propext
|
|
INV|Proofs.PointLiftSpec|curve25519.edwards.CompressedEdwardsY.as_bytes.eq_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ReduceSpec|Aeneas.Std.I32.ofInt.congr_simp|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.limbsVal.eq_1|theorem|propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.nat_and_mask|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.nat_shift_div|theorem|propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_mask_spec._proof_1_16|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_mask_spec._proof_1_17|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_mask_spec._proof_1_18|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_mask_spec._simp_1_10|theorem|propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_mask_spec._simp_1_11|theorem|propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_mask_spec._simp_1_12|theorem|propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_mask_spec._simp_1_13|theorem|propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_mask_spec._simp_1_14|theorem|propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_mask_spec._simp_1_15|theorem|propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_mask_spec._simp_1_2|theorem|Quot.sound,propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_mask_spec._simp_1_3|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_mask_spec._simp_1_4|theorem|Quot.sound,propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_mask_spec._simp_1_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_mask_spec._simp_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_mask_spec._simp_1_7|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_mask_spec._simp_1_8|theorem|propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_mask_spec._simp_1_9|theorem|propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_mask_spec.mvcgen_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_mask_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_spec._proof_1_17|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_spec._proof_1_18|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_spec._proof_1_19|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_spec._proof_1_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_spec._proof_1_20|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_spec._proof_1_21|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_spec._proof_1_22|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_spec._proof_1_23|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_spec._proof_1_24|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_spec._proof_1_25|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_spec._proof_1_26|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_spec._proof_1_27|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_spec._proof_1_28|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_spec._proof_1_29|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_spec._proof_1_30|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_spec._proof_1_31|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_spec._proof_1_32|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_spec._proof_1_33|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_spec._proof_1_34|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_spec._proof_1_35|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_spec._proof_1_36|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_spec._proof_1_37|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_spec._proof_1_38|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_spec._proof_1_45|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_spec._proof_1_52|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_spec._proof_1_59|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_spec._proof_1_66|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_spec._proof_1_73|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_spec._proof_1_80|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_spec._simp_1_10|theorem|propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_spec._simp_1_11|theorem|propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_spec._simp_1_12|theorem|propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_spec._simp_1_13|theorem|propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_spec._simp_1_14|theorem|propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_spec._simp_1_15|theorem|propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_spec._simp_1_16|theorem|propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_spec._simp_1_3|theorem|Quot.sound,propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_spec._simp_1_4|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_spec._simp_1_5|theorem|Quot.sound,propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_spec._simp_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_spec._simp_1_7|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_spec._simp_1_8|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_spec._simp_1_9|theorem|propext
|
|
INV|Proofs.ReduceSpec|CurveFieldProofs.reduce_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.byte_split_52_4._proof_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.byte_split_52_4|theorem|Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.from_bytes_mod_order_wide_spec._proof_1_15|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.from_bytes_mod_order_wide_spec._proof_1_16|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.from_bytes_mod_order_wide_spec._simp_1_10|theorem|propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.from_bytes_mod_order_wide_spec._simp_1_11|theorem|propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.from_bytes_mod_order_wide_spec._simp_1_12|theorem|propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.from_bytes_mod_order_wide_spec._simp_1_13|theorem|propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.from_bytes_mod_order_wide_spec._simp_1_14|theorem|propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.from_bytes_mod_order_wide_spec._simp_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.from_bytes_mod_order_wide_spec._simp_1_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.from_bytes_mod_order_wide_spec._simp_1_3|theorem|Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.from_bytes_mod_order_wide_spec._simp_1_4|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.from_bytes_mod_order_wide_spec._simp_1_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.from_bytes_mod_order_wide_spec._simp_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.from_bytes_mod_order_wide_spec._simp_1_7|theorem|propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.from_bytes_mod_order_wide_spec._simp_1_8|theorem|propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.from_bytes_mod_order_wide_spec._simp_1_9|theorem|propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.from_bytes_mod_order_wide_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._proof_1_16|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._proof_1_17|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._proof_1_18|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._proof_1_19|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._proof_1_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._proof_1_20|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._proof_1_21|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._proof_1_22|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._proof_1_23|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._proof_1_24|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._proof_1_25|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._proof_1_26|theorem|Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._proof_1_27|theorem|Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._proof_1_28|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._proof_1_29|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._proof_1_30|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._proof_1_31|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._proof_1_32|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._proof_1_33|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._proof_1_34|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._proof_1_35|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._proof_1_36|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._proof_1_37|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._proof_1_38|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._proof_1_39|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._proof_1_40|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._proof_1_41|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._proof_1_42|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._proof_1_43|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._proof_1_44|theorem|Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._proof_1_45|theorem|Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._proof_1_46|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._proof_1_47|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._proof_1_48|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._proof_1_49|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._proof_1_50|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._proof_1_51|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._proof_1_52|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._proof_1_53|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._proof_1_54|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._proof_1_55|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._proof_1_56|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._proof_1_57|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._proof_1_58|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._proof_1_59|theorem|Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._proof_1_60|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._simp_1_10|theorem|propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._simp_1_11|theorem|propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._simp_1_12|theorem|propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._simp_1_13|theorem|propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._simp_1_14|theorem|propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._simp_1_15|theorem|propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._simp_1_2|theorem|Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._simp_1_3|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._simp_1_4|theorem|Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._simp_1_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._simp_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._simp_1_7|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._simp_1_8|theorem|propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec._simp_1_9|theorem|propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar52_to_bytes_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ScalarPackSpec|ScalarProofs.scalar_pack|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SigApexSpec|CurveFieldProofs.instDecidableRangeEq._proof_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SigApexSpec|CurveFieldProofs.instDecidableRangeEq._proof_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SigApexSpec|CurveFieldProofs.instDecidableRangeEq|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SigApexSpec|CurveFieldProofs.rangeEq._proof_1|theorem|propext
|
|
INV|Proofs.SigApexSpec|CurveFieldProofs.rangeEq|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SigApexSpec|CurveFieldProofs.verify_accepts_iff|theorem|Classical.choice,Quot.sound,ed25519.Signature,ed25519.Signature.r_bytes,ed25519.Signature.s_bytes,ed_sigs.sha512_hash3,propext
|
|
INV|Proofs.SigApexSpec|CurveFieldProofs.verify_loop_full._proof_1_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SigApexSpec|CurveFieldProofs.verify_loop_full|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SigApexSpec|CurveFieldProofs.verify_loop_spec._proof_1_21|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SigApexSpec|CurveFieldProofs.verify_loop_spec._proof_1_22|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SigApexSpec|CurveFieldProofs.verify_loop_spec._proof_1_23|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SigApexSpec|CurveFieldProofs.verify_loop_spec._proof_1_24|theorem|Quot.sound,propext
|
|
INV|Proofs.SigApexSpec|CurveFieldProofs.verify_loop_spec._proof_1_25|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SigApexSpec|CurveFieldProofs.verify_loop_spec._proof_1_27|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SigApexSpec|CurveFieldProofs.verify_loop_spec._proof_1_28|theorem|Quot.sound,propext
|
|
INV|Proofs.SigApexSpec|CurveFieldProofs.verify_loop_spec._proof_1_29|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SigApexSpec|CurveFieldProofs.verify_loop_spec._proof_1_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SigApexSpec|CurveFieldProofs.verify_loop_spec._proof_1_30|theorem|Quot.sound,propext
|
|
INV|Proofs.SigApexSpec|CurveFieldProofs.verify_loop_spec._proof_1_4|theorem|Quot.sound,propext
|
|
INV|Proofs.SigApexSpec|CurveFieldProofs.verify_loop_spec._proof_1_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SigApexSpec|CurveFieldProofs.verify_loop_spec._proof_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SigApexSpec|CurveFieldProofs.verify_loop_spec._simp_1_10|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SigApexSpec|CurveFieldProofs.verify_loop_spec._simp_1_11|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SigApexSpec|CurveFieldProofs.verify_loop_spec._simp_1_12|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SigApexSpec|CurveFieldProofs.verify_loop_spec._simp_1_13|theorem|propext
|
|
INV|Proofs.SigApexSpec|CurveFieldProofs.verify_loop_spec._simp_1_14|theorem|propext
|
|
INV|Proofs.SigApexSpec|CurveFieldProofs.verify_loop_spec._simp_1_15|theorem|propext
|
|
INV|Proofs.SigApexSpec|CurveFieldProofs.verify_loop_spec._simp_1_16|theorem|propext
|
|
INV|Proofs.SigApexSpec|CurveFieldProofs.verify_loop_spec._simp_1_17|theorem|propext
|
|
INV|Proofs.SigApexSpec|CurveFieldProofs.verify_loop_spec._simp_1_18|theorem|propext
|
|
INV|Proofs.SigApexSpec|CurveFieldProofs.verify_loop_spec._simp_1_19|theorem|propext
|
|
INV|Proofs.SigApexSpec|CurveFieldProofs.verify_loop_spec._simp_1_20|theorem|propext
|
|
INV|Proofs.SigApexSpec|CurveFieldProofs.verify_loop_spec._simp_1_26|theorem|propext
|
|
INV|Proofs.SigApexSpec|CurveFieldProofs.verify_loop_spec._simp_1_3|theorem|propext
|
|
INV|Proofs.SigApexSpec|CurveFieldProofs.verify_loop_spec._simp_1_7|theorem|Quot.sound,propext
|
|
INV|Proofs.SigApexSpec|CurveFieldProofs.verify_loop_spec._simp_1_8|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SigApexSpec|CurveFieldProofs.verify_loop_spec._simp_1_9|theorem|Quot.sound,propext
|
|
INV|Proofs.SigApexSpec|CurveFieldProofs.verify_loop_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SigApexSpec|_private.Proofs.SigApexSpec.0.CurveFieldProofs.loop_step.match_1.eq_1|theorem|
|
|
INV|Proofs.SigApexSpec|_private.Proofs.SigApexSpec.0.CurveFieldProofs.loop_step.match_1.eq_2|theorem|
|
|
INV|Proofs.SigApexSpec|_private.Proofs.SigApexSpec.0.CurveFieldProofs.loop_step.match_1.splitter|def|
|
|
INV|Proofs.SigApexSpec|_private.Proofs.SigApexSpec.0.core.result.Result.Insts.CoreOpsTry_traitTry.branch.match_1.eq_1|theorem|
|
|
INV|Proofs.SigApexSpec|_private.Proofs.SigApexSpec.0.core.result.Result.Insts.CoreOpsTry_traitTry.branch.match_1.eq_2|theorem|
|
|
INV|Proofs.SigApexSpec|_private.Proofs.SigApexSpec.0.core.result.Result.Insts.CoreOpsTry_traitTry.branch.match_1.splitter|def|
|
|
INV|Proofs.SigApexSpec|_private.Proofs.SigApexSpec.0.curve25519.ed_sigs.verification_key.VerificationKey.verify_sha512.match_1.eq_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SigApexSpec|_private.Proofs.SigApexSpec.0.curve25519.ed_sigs.verification_key.VerificationKey.verify_sha512.match_1.eq_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SigApexSpec|_private.Proofs.SigApexSpec.0.curve25519.ed_sigs.verification_key.VerificationKey.verify_sha512.match_1.splitter|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SigApexSpec|core.result.Result.Insts.CoreOpsTry_traitTry.branch.eq_1|theorem|
|
|
INV|Proofs.SigApexSpec|core.result.Result.Insts.CoreOpsTry_traitTry.branch.eq_2|theorem|
|
|
INV|Proofs.Square2Spec|CurveFieldProofs.square2_loop_spec._proof_1_18|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Square2Spec|CurveFieldProofs.square2_loop_spec._proof_1_19|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Square2Spec|CurveFieldProofs.square2_loop_spec._proof_1_20|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Square2Spec|CurveFieldProofs.square2_loop_spec._proof_1_22|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Square2Spec|CurveFieldProofs.square2_loop_spec._proof_1_23|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Square2Spec|CurveFieldProofs.square2_loop_spec._proof_1_24|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Square2Spec|CurveFieldProofs.square2_loop_spec._proof_1_26|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Square2Spec|CurveFieldProofs.square2_loop_spec._proof_1_27|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Square2Spec|CurveFieldProofs.square2_loop_spec._proof_1_28|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Square2Spec|CurveFieldProofs.square2_loop_spec._proof_1_30|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Square2Spec|CurveFieldProofs.square2_loop_spec._proof_1_31|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Square2Spec|CurveFieldProofs.square2_loop_spec._proof_1_32|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Square2Spec|CurveFieldProofs.square2_loop_spec._proof_1_34|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Square2Spec|CurveFieldProofs.square2_loop_spec._proof_1_35|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Square2Spec|CurveFieldProofs.square2_loop_spec._proof_1_36|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Square2Spec|CurveFieldProofs.square2_loop_spec._proof_1_38|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Square2Spec|CurveFieldProofs.square2_loop_spec._proof_1_3|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Square2Spec|CurveFieldProofs.square2_loop_spec._proof_1_40|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Square2Spec|CurveFieldProofs.square2_loop_spec._proof_1_41|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Square2Spec|CurveFieldProofs.square2_loop_spec._proof_1_42|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Square2Spec|CurveFieldProofs.square2_loop_spec._proof_1_43|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Square2Spec|CurveFieldProofs.square2_loop_spec._proof_1_44|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Square2Spec|CurveFieldProofs.square2_loop_spec._simp_1_10|theorem|propext
|
|
INV|Proofs.Square2Spec|CurveFieldProofs.square2_loop_spec._simp_1_11|theorem|propext
|
|
INV|Proofs.Square2Spec|CurveFieldProofs.square2_loop_spec._simp_1_12|theorem|propext
|
|
INV|Proofs.Square2Spec|CurveFieldProofs.square2_loop_spec._simp_1_13|theorem|propext
|
|
INV|Proofs.Square2Spec|CurveFieldProofs.square2_loop_spec._simp_1_14|theorem|propext
|
|
INV|Proofs.Square2Spec|CurveFieldProofs.square2_loop_spec._simp_1_15|theorem|propext
|
|
INV|Proofs.Square2Spec|CurveFieldProofs.square2_loop_spec._simp_1_16|theorem|propext
|
|
INV|Proofs.Square2Spec|CurveFieldProofs.square2_loop_spec._simp_1_17|theorem|propext
|
|
INV|Proofs.Square2Spec|CurveFieldProofs.square2_loop_spec._simp_1_39|theorem|propext
|
|
INV|Proofs.Square2Spec|CurveFieldProofs.square2_loop_spec._simp_1_4|theorem|Quot.sound,propext
|
|
INV|Proofs.Square2Spec|CurveFieldProofs.square2_loop_spec._simp_1_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Square2Spec|CurveFieldProofs.square2_loop_spec._simp_1_6|theorem|Quot.sound,propext
|
|
INV|Proofs.Square2Spec|CurveFieldProofs.square2_loop_spec._simp_1_7|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Square2Spec|CurveFieldProofs.square2_loop_spec._simp_1_8|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Square2Spec|CurveFieldProofs.square2_loop_spec._simp_1_9|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Square2Spec|CurveFieldProofs.square2_loop_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Square2Spec|CurveFieldProofs.square2_spec'.mvcgen_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Square2Spec|CurveFieldProofs.square2_spec'|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Square2Spec|CurveFieldProofs.square2_spec._proof_1_10|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Square2Spec|CurveFieldProofs.square2_spec._proof_1_11|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Square2Spec|CurveFieldProofs.square2_spec._proof_1_12|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Square2Spec|CurveFieldProofs.square2_spec._proof_1_13|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Square2Spec|CurveFieldProofs.square2_spec._proof_1_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Square2Spec|CurveFieldProofs.square2_spec._proof_1_2|theorem|Quot.sound,propext
|
|
INV|Proofs.Square2Spec|CurveFieldProofs.square2_spec._proof_1_3|theorem|Quot.sound,propext
|
|
INV|Proofs.Square2Spec|CurveFieldProofs.square2_spec._proof_1_4|theorem|Quot.sound,propext
|
|
INV|Proofs.Square2Spec|CurveFieldProofs.square2_spec._proof_1_5|theorem|Quot.sound,propext
|
|
INV|Proofs.Square2Spec|CurveFieldProofs.square2_spec._proof_1_6|theorem|Quot.sound,propext
|
|
INV|Proofs.Square2Spec|CurveFieldProofs.square2_spec._proof_1_7|theorem|Quot.sound,propext
|
|
INV|Proofs.Square2Spec|CurveFieldProofs.square2_spec._proof_1_8|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Square2Spec|CurveFieldProofs.square2_spec._proof_1_9|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Square2Spec|CurveFieldProofs.square2_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.Square2Spec|_private.Proofs.Square2Spec.0.CurveFieldProofs.loop_step.match_1.eq_1|theorem|
|
|
INV|Proofs.Square2Spec|_private.Proofs.Square2Spec.0.CurveFieldProofs.loop_step.match_1.eq_2|theorem|
|
|
INV|Proofs.Square2Spec|_private.Proofs.Square2Spec.0.CurveFieldProofs.loop_step.match_1.splitter|def|
|
|
INV|Proofs.Square2Spec|_private.Proofs.Square2Spec.0.curve25519.backend.serial.u64.field.FieldElement51.Insts.CoreOpsArithAddAssignSharedAFieldElement51.add_assign_loop.body.match_1.eq_1|theorem|
|
|
INV|Proofs.Square2Spec|_private.Proofs.Square2Spec.0.curve25519.backend.serial.u64.field.FieldElement51.Insts.CoreOpsArithAddAssignSharedAFieldElement51.add_assign_loop.body.match_1.eq_2|theorem|
|
|
INV|Proofs.Square2Spec|_private.Proofs.Square2Spec.0.curve25519.backend.serial.u64.field.FieldElement51.Insts.CoreOpsArithAddAssignSharedAFieldElement51.add_assign_loop.body.match_1.splitter|def|
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_100|theorem|propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_101|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_102|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_103|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_105|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_106|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_107|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_16|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_17|theorem|Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_18|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_19|theorem|Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_20|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_21|theorem|Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_22|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_23|theorem|Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_24|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_25|theorem|Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_26|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_27|theorem|Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_28|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_29|theorem|Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_30|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_31|theorem|Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_32|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_33|theorem|Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_34|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_35|theorem|Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_36|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_37|theorem|Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_38|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_39|theorem|Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_40|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_41|theorem|Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_42|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_43|theorem|Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_44|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_45|theorem|Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_46|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_47|theorem|Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_48|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_49|theorem|Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_50|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_51|theorem|Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_52|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_53|theorem|Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_54|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_55|theorem|Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_56|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_57|theorem|Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_58|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_59|theorem|Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_60|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_61|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_62|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_63|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_64|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_65|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_66|theorem|Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_67|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_68|theorem|Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_69|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_70|theorem|Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_71|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_72|theorem|Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_73|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_74|theorem|Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_75|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_76|theorem|Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_77|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_78|theorem|Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_79|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_80|theorem|Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_81|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_82|theorem|Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_83|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_84|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_85|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_86|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_87|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_88|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_89|theorem|Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_90|theorem|Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_91|theorem|Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_92|theorem|Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_93|theorem|Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_94|theorem|Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_95|theorem|propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_96|theorem|propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_97|theorem|propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_98|theorem|propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._proof_1_99|theorem|propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._simp_1_104|theorem|propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._simp_1_10|theorem|propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._simp_1_11|theorem|propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._simp_1_12|theorem|propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._simp_1_13|theorem|propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._simp_1_14|theorem|propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._simp_1_15|theorem|propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._simp_1_2|theorem|Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._simp_1_3|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._simp_1_4|theorem|Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._simp_1_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._simp_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._simp_1_7|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._simp_1_8|theorem|propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec._simp_1_9|theorem|propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_body_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_loop_spec_aux._proof_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_loop_spec_aux._proof_1_2|theorem|Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_loop_spec_aux._proof_1_3|theorem|Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_loop_spec_aux._proof_1_4|theorem|Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_loop_spec_aux|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_loop_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_m_spec._proof_1_15|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_m_spec._proof_1_16|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_m_spec._simp_1_10|theorem|propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_m_spec._simp_1_11|theorem|propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_m_spec._simp_1_12|theorem|propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_m_spec._simp_1_13|theorem|propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_m_spec._simp_1_14|theorem|propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_m_spec._simp_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_m_spec._simp_1_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_m_spec._simp_1_3|theorem|Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_m_spec._simp_1_4|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_m_spec._simp_1_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_m_spec._simp_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_m_spec._simp_1_7|theorem|propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_m_spec._simp_1_8|theorem|propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_m_spec._simp_1_9|theorem|propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_m_spec.mvcgen_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_m_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_mask_spec._proof_1_15|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_mask_spec._proof_1_16|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_mask_spec._proof_1_17|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_mask_spec._simp_1_10|theorem|propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_mask_spec._simp_1_11|theorem|propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_mask_spec._simp_1_12|theorem|propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_mask_spec._simp_1_13|theorem|propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_mask_spec._simp_1_14|theorem|propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_mask_spec._simp_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_mask_spec._simp_1_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_mask_spec._simp_1_3|theorem|Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_mask_spec._simp_1_4|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_mask_spec._simp_1_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_mask_spec._simp_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_mask_spec._simp_1_7|theorem|propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_mask_spec._simp_1_8|theorem|propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_mask_spec._simp_1_9|theorem|propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_mask_spec.mvcgen_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_mask_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_spec._proof_1_17|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_spec._proof_1_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_spec._proof_1_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_spec._simp_1_10|theorem|propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_spec._simp_1_11|theorem|propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_spec._simp_1_12|theorem|propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_spec._simp_1_13|theorem|propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_spec._simp_1_14|theorem|propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_spec._simp_1_15|theorem|propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_spec._simp_1_16|theorem|propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_spec._simp_1_18|theorem|propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_spec._simp_1_3|theorem|Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_spec._simp_1_4|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_spec._simp_1_5|theorem|Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_spec._simp_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_spec._simp_1_7|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_spec._simp_1_8|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_spec._simp_1_9|theorem|propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_spec.mvcgen_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.pow2k_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.square_spec._proof_1_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.square_spec._proof_1_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.square_spec.mvcgen_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SquareSpec|CurveFieldProofs.square_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.cast_key|theorem|Quot.sound,propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.denote.eq_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.neg_spec._proof_1_16|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.neg_spec._proof_1_17|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.neg_spec._proof_1_18|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.neg_spec._proof_1_19|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.neg_spec._proof_1_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.neg_spec._proof_1_21|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.neg_spec._proof_1_22|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.neg_spec._proof_1_24|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.neg_spec._proof_1_25|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.neg_spec._proof_1_27|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.neg_spec._proof_1_28|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.neg_spec._proof_1_30|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.neg_spec._proof_1_31|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.neg_spec._simp_1_10|theorem|propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.neg_spec._simp_1_11|theorem|propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.neg_spec._simp_1_12|theorem|propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.neg_spec._simp_1_13|theorem|propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.neg_spec._simp_1_14|theorem|propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.neg_spec._simp_1_15|theorem|propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.neg_spec._simp_1_2|theorem|Quot.sound,propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.neg_spec._simp_1_3|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.neg_spec._simp_1_4|theorem|Quot.sound,propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.neg_spec._simp_1_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.neg_spec._simp_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.neg_spec._simp_1_7|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.neg_spec._simp_1_8|theorem|propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.neg_spec._simp_1_9|theorem|propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.neg_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.reduce_make_spec.mvcgen_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.reduce_make_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.sixteen_p|theorem|propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.sub_spec._proof_1_16|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.sub_spec._proof_1_17|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.sub_spec._proof_1_18|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.sub_spec._proof_1_19|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.sub_spec._proof_1_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.sub_spec._proof_1_20|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.sub_spec._proof_1_22|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.sub_spec._proof_1_24|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.sub_spec._proof_1_25|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.sub_spec._proof_1_27|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.sub_spec._proof_1_29|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.sub_spec._proof_1_30|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.sub_spec._proof_1_32|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.sub_spec._proof_1_34|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.sub_spec._proof_1_35|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.sub_spec._proof_1_37|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.sub_spec._proof_1_39|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.sub_spec._proof_1_40|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.sub_spec._simp_1_10|theorem|propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.sub_spec._simp_1_11|theorem|propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.sub_spec._simp_1_12|theorem|propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.sub_spec._simp_1_13|theorem|propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.sub_spec._simp_1_14|theorem|propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.sub_spec._simp_1_15|theorem|propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.sub_spec._simp_1_2|theorem|Quot.sound,propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.sub_spec._simp_1_3|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.sub_spec._simp_1_4|theorem|Quot.sound,propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.sub_spec._simp_1_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.sub_spec._simp_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.sub_spec._simp_1_7|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.sub_spec._simp_1_8|theorem|propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.sub_spec._simp_1_9|theorem|propext
|
|
INV|Proofs.SubNegSpec|CurveFieldProofs.sub_spec|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesMath|CurveFieldProofs.byte_split_0._proof_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.ToBytesMath|CurveFieldProofs.byte_split_0|theorem|Quot.sound,propext
|
|
INV|Proofs.ToBytesMath|CurveFieldProofs.byte_split_1._proof_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.ToBytesMath|CurveFieldProofs.byte_split_1|theorem|Quot.sound,propext
|
|
INV|Proofs.ToBytesMath|CurveFieldProofs.byte_split_2._proof_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.ToBytesMath|CurveFieldProofs.byte_split_2|theorem|Quot.sound,propext
|
|
INV|Proofs.ToBytesMath|CurveFieldProofs.byte_split_3._proof_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.ToBytesMath|CurveFieldProofs.byte_split_3|theorem|Quot.sound,propext
|
|
INV|Proofs.ToBytesMath|CurveFieldProofs.byte_split_4._proof_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.ToBytesMath|CurveFieldProofs.byte_split_4|theorem|Quot.sound,propext
|
|
INV|Proofs.ToBytesMath|CurveFieldProofs.bytes_pack|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesMath|CurveFieldProofs.carry_pack._proof_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.ToBytesMath|CurveFieldProofs.carry_pack|theorem|Quot.sound,propext
|
|
INV|Proofs.ToBytesMath|CurveFieldProofs.div_rung._proof_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.ToBytesMath|CurveFieldProofs.div_rung|theorem|Quot.sound,propext
|
|
INV|Proofs.ToBytesMath|CurveFieldProofs.nat_shr|theorem|propext
|
|
INV|Proofs.ToBytesMath|CurveFieldProofs.q_facts._proof_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.ToBytesMath|CurveFieldProofs.q_facts._proof_1_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesMath|CurveFieldProofs.q_facts|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesMath|CurveFieldProofs.q_mod_p._proof_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.ToBytesMath|CurveFieldProofs.q_mod_p._proof_1_2|theorem|Quot.sound,propext
|
|
INV|Proofs.ToBytesMath|CurveFieldProofs.q_mod_p|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesMath|CurveFieldProofs.q_telescope|theorem|Quot.sound,propext
|
|
INV|Proofs.ToBytesMath|CurveFieldProofs.xor_top_bit._proof_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.ToBytesMath|CurveFieldProofs.xor_top_bit|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.bytesVal._proof_1|theorem|propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.bytesVal._sparseCasesOn_1|def|propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.bytesVal._sparseCasesOn_2|def|propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.bytesVal.eq_1|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.bytesVal.match_1|def|propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.bytesVal|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.fe_to_bytes|def|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_15|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_16|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_17|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_18|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_19|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_20|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_21|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_22|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_23|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_24|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_25|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_26|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_27|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_28|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_29|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_30|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_31|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_32|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_33|theorem|propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_34|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_35|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_36|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_37|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_38|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_39|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_40|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_41|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_42|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_43|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_44|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_45|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_46|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_47|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_48|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_49|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_50|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_51|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_52|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_53|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_54|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_55|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_56|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_57|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_58|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_59|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_60|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_61|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_62|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_63|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_64|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_65|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_66|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_67|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_68|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_69|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_70|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_71|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_72|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_73|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_74|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_75|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_76|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_77|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_78|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_79|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_80|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_81|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_82|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_83|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_84|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_85|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_86|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_87|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_88|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_89|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_90|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._proof_1_91|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._simp_1_10|theorem|propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._simp_1_11|theorem|propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._simp_1_12|theorem|propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._simp_1_13|theorem|propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._simp_1_14|theorem|propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._simp_1_1|theorem|Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._simp_1_2|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._simp_1_3|theorem|Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._simp_1_4|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._simp_1_5|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._simp_1_6|theorem|Classical.choice,Quot.sound,propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._simp_1_7|theorem|propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._simp_1_8|theorem|propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec._simp_1_9|theorem|propext
|
|
INV|Proofs.ToBytesSpec|CurveFieldProofs.to_bytes_spec|theorem|Classical.choice,Quot.sound,propext
|