structure
definition
def or abbrev
SubsetProductPhaseHit
show as:
view Lean formalization →
formal statement (Lean)
29structure SubsetProductPhaseHit (n c : ℕ) where
30 x : ℕ
31 N : ℕ
32 box : DivisorExponentBox N
33 n_pos : 0 < n
34 c_pos : 0 < c
35 x_pos : 0 < x
36 N_pos : 0 < N
37 N_eq : N = n * x
38 c_eq : c = 4 * x - n
39 divisor_phase : c ∣ N + boxDivisor box
40 complement_phase : c ∣ N + boxComplement box
41
42/-- The target phase in the residual quotient. -/
used by (11)
-
BoundedFiniteQuotientPhaseVisibility -
EffectivePrimePhaseInput -
hits_admissible_gate -
subset_product_hit_of_minimal -
PhaseBudgetEngine -
generatedComplementPhase -
generatedDivisorPhase -
generated_phase_hit_gives_HitsBalancedPhase -
generated_phase_hit_gives_repr -
hitsBalancedPhase_iff_nonempty_subsetProductPhaseHit -
subsetProductPhaseHit_of_hitsBalancedPhase