1.Reflexiva x->y
· Direccion->Estrato
· Nombre->Apellido
· Direccion->Telefono
· Sexo->Nombre
2.Aumentatividad x+y->z
· Nombre+Registro_medico->Especialidad
· Identificacion+Registro_medico->Nombre
· Registro_medico+Especialidad->Salario
· Nombre+Identificacion->Edad
3.Proyectividad x->y+z
· Registro_medico->Nombre+Especialidad
· Estrato->Direccion+Identificacion
· Sexo->Nombre+Identificacion
· Salario-> Registro_medico+Especialidad
4.Aditividad x+y->w+z
· Registro_medico+Identificacion->Nombre+Especialidad
· Nombre+Identificacion->Sexo+ Registro_medico
· Direccion+Telefono->Nombre+Identificacion
· Identificacion+ Registro_medico->Sexo+Edad
5.Transitividad x->y y->z x->z
· Nombre->Telefono
Telefono->Direccion
Nombre->Direccion
· Nombre->Sexo
Sexo->Identificacion
Nombre->Identificacion
· Direccion->Telefono
Telefono->Estrato
Direcion->Estrato
· Registro_medico->Nombre
Nombre->Especialidad
Registro_medico->Especialidad
|