Skip to content

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

@videlec

Description

@videlec
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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions