1. Elmasri, R., & Navathe, S. B. (2017). Fundamentals of Database Systems (7th ed.). Pearson. In Chapter 7, Section 7.3, "Weak Entity Types," it states: "Entity types that do not have key attributes of their own are called weak entity types... The primary key of a weak entity type is formed by the primary key of the owner entity type, plus the weak entity type’s partial key." (pp. 223-224).
2. Silberschatz, A., Korth, H. F., & Sudarshan, S. (2020). Database System Concepts (7th ed.). McGraw-Hill. In Chapter 7, Section 7.5, "Weak Entity Sets," the text explains: "An entity set that does not have a primary key is referred to as a weak entity set... The primary key of a weak entity set is formed by the primary key of the strong entity set on which the weak entity set is existence dependent, plus the weak entity set’s discriminator." (p. 285).
3. Stanford University. (n.d.). CS145 Introduction to Databases, Notes: The Entity-Relationship Model. Stanford Online. Retrieved from the course materials which state: "A weak entity can be identified uniquely only by considering the primary key of another (owner) entity... The primary key of the weak entity set is the combination of the primary key of the owner entity set and the discriminator of the weak entity set."