Skip to Content.
Sympa Menu

ssreflect - Re: Bijection of vector spaces

Subject: Ssreflect Users Discussion List

List archive

Re: Bijection of vector spaces


Chronological Thread 
  • From: Laurent Théry <>
  • To:
  • Subject: Re: Bijection of vector spaces
  • Date: Thu, 03 May 2012 16:03:16 +0200


The alternative is to do like in school and stay in vector

Variables (K : fieldType) (vT : vectType K) (U V : {vspace vT}).

Definition f x :=
\sum_(i < \dim U) coord (vbasis U) i x *: (vbasis V)`_i.

and use (linfun f).

Opps I am wrong this is not so simple, so maybe Cyril solution is a more direct one.

--
Laurent





Archive powered by MHonArc 2.6.18.

Top of Page