
Demostraciones de "s ∪ f⁻¹[v] ⊆ f⁻¹[f[s] ∪ v]"
Demostrar con Lean4 y con Isabelle/HOL que
\[ s ∪ f⁻¹[v] ⊆ f⁻¹[f[s] ∪ v] \]
Para ello, completar la siguiente teoría de Lean4:
import Mathlib.Data.Set.Function
open Set
variable {α β : Type _}
varia
Calculemus
Demostraciones de "f[s] ∩ v = f[s ∩ f⁻¹[v]]"
Demostrar con Lean4 y con Isabelle/HOL que
\[ f[s] ∩ v = f[s ∩ f⁻¹[v]] \]
Para ello, completar la siguiente teoría de Lean4:
import Mathlib.Data.Set.Function
import Mathlib.Tactic
open Set
variable
Calculemus
Demostraciones de "f[s ∪ f⁻¹[v]] ⊆ f[s] ∪ v"
Demostrar con Lean4 y con Isabelle/HOL que
\[ f[s ∪ f⁻¹[v]] ⊆ f[s] ∪ v \]
Para ello, completar la siguiente teoría de Lean4:
import Mathlib.Data.Set.Function
import Mathlib.Tactic
open Set
variable
Calculemus
Demostraciones de "f[s] ∩ t = f[s ∩ f⁻¹[t]]"
Demostrar con Lean4 y con Isabelle/HOL que
\[ f[s] ∩ t = f[s ∩ f⁻¹[t]] \]
Para ello, completar la siguiente teoría de Lean4:
import Mathlib.Data.Set.Function
import Mathlib.Tactic
open Set
variable
Calculemus
Demostraciones de "f[s] \ f[t] ⊆ f[s \ t]"
Demostrar con Lean4 y con Isabelle/HOL que
\[f[s] \setminus f[t] ⊆ f[s \setminus t] \]
Para ello, completar la siguiente teoría de Lean4:
import Mathlib.Data.Set.Function
import Mathlib.Tactic
open S
Calculemus
Si f es inyectiva, entonces f[s] ∩ f[t] ⊆ f[s ∩ t]
Demostrar con Lean4 y con Isabelle/HOL que si \(f\) es inyectiva, entonces
\[ f[s] ∩ f[t] ⊆ f[s ∩ t] \]
Para ello, completar la siguiente teoría de Lean4:
import Mathlib.Data.Set.Function
open Set Fu
Calculemus
Demostraciones de "f[s ∩ t] ⊆ f[s] ∩ f[t]"
Demostrar con Lean4 y con Isabelle/HOL que
\[ f[s ∩ t] ⊆ f[s] ∩ f[t] \]
Para ello, completar la siguiente teoría de Lean4:
import Mathlib.Data.Set.Function
import Mathlib.Tactic
open Set
variable {
Calculemus
Demostraciones de "f⁻¹[A ∪ B] = f⁻¹[A] ∪ f⁻¹[B]"
Demostrar con Lean4 y con Isabelle/HOL que
\[f⁻¹[A ∪ B] = f⁻¹[A] ∪ f⁻¹[B]\]
Para ello, completar la siguiente teoría de Lean4:
import Mathlib.Data.Set.Function
open Set
variable {α β : Type _}
varia
Calculemus