Zulip Chat Archive
Stream: Is there code for X?
Topic: Vector injectivity
Violeta Hernández (Oct 31 2024 at 02:31):
If I have two equal vectors e.g. ![a, b, c] = ![d, e, f]
, how can I conclude a = d ∧ b = e ∧ c = f
?
Violeta Hernández (Oct 31 2024 at 02:36):
simp [Matrix.vecCons]
seems to work
Last updated: May 02 2025 at 03:31 UTC