Skip to content

Commit

Permalink
Merge pull request #5 from Tragicus/cylinder
Browse files Browse the repository at this point in the history
rm admit
  • Loading branch information
Tragicus authored Dec 4, 2024
2 parents deed800 + 4dd162b commit 7d0a3f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cylinder.v
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,6 @@ Lemma evalpmp_prod_const n (P : {fset {poly {mpoly R[n]}}}) (s : {SAset R^n}) :
size (rootsR (evalpmp x (\prod_(p : P) (val p))))
= size (rootsR (evalpmp y (\prod_(p : P) (val p))))}.
Proof.
admit. Admitted. (*
move=> Scon psize proots pqsize.
apply/all_and2 => x; apply/all_and2 => y; apply/all_and2 => xs; apply/all_and2.
case: n P s Scon psize proots pqsize x y xs
Expand Down Expand Up @@ -1299,7 +1298,7 @@ rewrite hxyE.
have ->: liftxR (hyx u) = gyx (liftyR u).
by apply/val_inj; rewrite liftxRE hyxE.
by rewrite gyxK liftyRE.
Qed.*)
Qed.

Definition elimp_subdef1 n (P : {fset {mpoly R[n.+1]}}) :=
\big[fsetU/fset0]_(p : P) truncations (muni (val p)).
Expand Down

0 comments on commit 7d0a3f9

Please sign in to comment.