Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Categories are wrong for Hom/cartesian products of vector spaces #18309

Open
videlec opened this issue Apr 27, 2015 · 2 comments
Open

Categories are wrong for Hom/cartesian products of vector spaces #18309

videlec opened this issue Apr 27, 2015 · 2 comments

Comments

@videlec
Copy link
Contributor

videlec commented Apr 27, 2015

sage: cartesian_product([GF(3)^2, GF(7)^3])
The cartesian product of (
  Vector space of dimension 2 over Finite Field of size 3,
  Vector space of dimension 3 over Finite Field of size 7)
sage: _.category()
Category of Cartesian products of vector spaces with basis over
 (finite fields and subquotients of monoids and quotients of semigroups)

and

sage: Hom(GF(3)^2, GF(7)^3)
Set of Morphisms (Linear Transformations) from
  Vector space of dimension 2 over Finite Field of size 3
to
  Vector space of dimension 3 over Finite Field of size 7
sage: _.category()
Category of homsets of modules with basis over
 (finite fields and subquotients of monoids and quotients of semigroups)

see also: #16940

CC: @nthiery @tscrim

Component: categories

Issue created by migration from https://trac.sagemath.org/ticket/18309

@videlec videlec added this to the sage-6.7 milestone Apr 27, 2015
@mkoeppe
Copy link
Contributor

mkoeppe commented Aug 17, 2020

comment:1

The first one is now

sage: _.category()                                                                                                                
Join of Category of Cartesian products of vector spaces with basis over (finite enumerated fields and subquotients of monoids and quotients of semigroups) and Category of finite additive groups and Category of Cartesian products of finite enumerated sets

@mkoeppe mkoeppe modified the milestones: sage-6.7, sage-9.3 Aug 17, 2020
@mkoeppe
Copy link
Contributor

mkoeppe commented Feb 13, 2021

comment:2

Setting new milestone based on a cursory review of ticket status, priority, and last modification date.

@mkoeppe mkoeppe modified the milestones: sage-9.3, sage-9.4 Feb 13, 2021
@mkoeppe mkoeppe modified the milestones: sage-9.4, sage-9.5 Jul 19, 2021
@mkoeppe mkoeppe modified the milestones: sage-9.5, sage-9.6 Dec 18, 2021
@mkoeppe mkoeppe modified the milestones: sage-9.6, sage-9.7 May 3, 2022
@mkoeppe mkoeppe modified the milestones: sage-9.7, sage-9.8 Sep 19, 2022
@mkoeppe mkoeppe removed this from the sage-9.8 milestone Jan 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants