Open HereAround opened 2 years ago
I don't think the soon to be introduced quotient_ring
has any relation to quo
, since it takes only one argument (the ring).
On Fri, Nov 11, 2022 at 08:02:24AM -0800, Tommy Hofmann wrote:
I don't think the soon to be introduced
quotient_ring
has any relation toquo
.I think it has - and there are already various quotient_rings that sneaked in... -- Reply to this email directly or view it on GitHub: https://github.com/oscar-system/Oscar.jl/issues/1714#issuecomment-1311889748 You are receiving this because you are subscribed to this thread.
Message ID: @.***>
I think that we should have this discussion in person -- not with erveryone typing in a github issue (and maybe only sum up the results here afterwards for later reference).
To your examples above just one remark: A hypersurface_complement of an affine variety is much more specific than a Zariski open subset of it; only the former carries the structure of an affine variety itself.
Another one: complement_of_ideal
-> complement
maybe?
Some first steps have been taken in #1738 .
For consistency and user friendliness across the many different areas of
OSCAR
, it might be good to discuss and ideally agree on the following.Naming conventions:
quotient_ring
vs.quo
,residue_ring
vs.quo
,subscheme
vs.sub
orclosed_sub
,hypersurface_complement
vs.open_sub
,ambient_affine_space
vs.ambient_space
(isaffine
not implicitly clear?)Strategies: